diff options
author | Camil Staps | 2016-07-17 22:11:29 +0200 |
---|---|---|
committer | Camil Staps | 2016-11-30 19:11:43 +0100 |
commit | b11c240cefc1e42651e2f7324ab0909abf2e2644 (patch) | |
tree | c78afac278b28a8a87ab6ee0f38c8137cde8edab /system | |
parent | Shortcuts for min/max brightness (diff) |
:q to exit bash
Diffstat (limited to 'system')
-rw-r--r-- | system/bash_aliases.symlink | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/bash_aliases.symlink b/system/bash_aliases.symlink index c14fc6e..443f9b7 100644 --- a/system/bash_aliases.symlink +++ b/system/bash_aliases.symlink @@ -1,3 +1,4 @@ alias batstat='upower -i /org/freedesktop/UPower/devices/DisplayDevice' alias iclean="iclean -nr -nt" +alias :q="exit" |