From 94501c56a8b788de455211369443bdd680d11fe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Doma=C5=84ski?= Date: Thu, 22 Feb 2024 16:14:19 +0100 Subject: [PATCH] better display aliases --- .config/aliasrc/apple | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/aliasrc/apple b/.config/aliasrc/apple index f3832f0..d6b230e 100644 --- a/.config/aliasrc/apple +++ b/.config/aliasrc/apple @@ -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