diff --git a/.config/aliasrc/apple b/.config/aliasrc/apple index e3362bd..f3832f0 100644 --- a/.config/aliasrc/apple +++ b/.config/aliasrc/apple @@ -6,5 +6,5 @@ if [ "$(uname)" = "Darwin" ]; then alias stopparra='hc && pkill -SIGHUP -f /Applications/Parallels\ Desktop.app' alias sdim='curl "http://localhost:55777/set?name=U32U1WR6B&brightness=0.4"' - alias sm='curl "http://localhost:55777/set?name=U32U1WR6B&brightness=1.0"' + alias smax='curl "http://localhost:55777/set?name=U32U1WR6B&brightness=1.0"' fi