diff options
author | Thanos Apollo <[email protected]> | 2022-10-28 02:21:44 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2022-10-28 02:21:44 +0300 |
commit | 07ed6a92b452641922d623bc3cc84cd1ac6a5df9 (patch) | |
tree | c8386ec719ed46cac47906dae3ba705c5eea5c8c | |
parent | 4c917edb480f043c9de090882a4888571dff4610 (diff) |
Add klight alias
-rw-r--r-- | .zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ alias music='mocp' alias yt="yt-dlp" alias c="pavucontrol" alias r="ranger" +alias klight="brightnessctl --device='tpacpi::kbd_backlight' set 1" ##yarn alias sweb='BROWSER="firefox" yarn start' |