better display aliases

This commit is contained in:
Piotr Domański 2024-02-22 16:14:19 +01:00
parent 845989e6d1
commit 94501c56a8

View file

@ -5,6 +5,8 @@ if [ "$(uname)" = "Darwin" ]; then
alias startparra='hc && open -a Parallels\ Desktop'
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"'
fi