dot/.config/aliasrc/apple

11 lines
472 B
Text
Raw Normal View History

2024-02-20 15:49:52 +01:00
# macos specific aliases
if [ "$(uname)" = "Darwin" ]; then
alias stoppar='pkill -SIGHUP -f /Applications/Parallels\ Desktop.app'
alias startpar='open -a Parallels\ Desktop'
alias startparra='hc && open -a Parallels\ Desktop'
alias stopparra='hc && pkill -SIGHUP -f /Applications/Parallels\ Desktop.app'
2024-02-22 16:12:39 +01:00
alias sdim='curl "http://localhost:55777/set?name=U32U1WR6B&brightness=0.4"'
alias sm='curl "http://localhost:55777/set?name=U32U1WR6B&brightness=1.0"'
2024-02-20 15:49:52 +01:00
fi