better display aliases
This commit is contained in:
parent
845989e6d1
commit
94501c56a8
1 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@ if [ "$(uname)" = "Darwin" ]; then
|
||||||
alias startparra='hc && open -a Parallels\ Desktop'
|
alias startparra='hc && open -a Parallels\ Desktop'
|
||||||
alias stopparra='hc && pkill -SIGHUP -f /Applications/Parallels\ Desktop.app'
|
alias stopparra='hc && pkill -SIGHUP -f /Applications/Parallels\ Desktop.app'
|
||||||
|
|
||||||
alias sdim='curl "http://localhost:55777/set?name=U32U1WR6B&brightness=0.4"'
|
alias slow='curl "http://localhost:55777/set?name=U32U1WR6B&brightness=0.4"'
|
||||||
|
alias sdim='curl "http://localhost:55777/set?name=U32U1WR6B&brightness=0.35"'
|
||||||
|
alias snig='curl "http://localhost:55777/set?name=U32U1WR6B&brightness=0.3"'
|
||||||
alias smax='curl "http://localhost:55777/set?name=U32U1WR6B&brightness=1.0"'
|
alias smax='curl "http://localhost:55777/set?name=U32U1WR6B&brightness=1.0"'
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in a new issue