add watson alias

This commit is contained in:
Martin Sekera 2020-03-26 12:05:47 +01:00
parent 53d57e70ec
commit 62930a4f46

View file

@ -53,6 +53,7 @@ alias uSR="systemctl --user restart"
alias uSL="systemctl --user reload" alias uSL="systemctl --user reload"
alias uSX="systemctl --user stop" alias uSX="systemctl --user stop"
alias dmesg="dmesg -e" alias dmesg="dmesg -e"
alias Wa=watson
# apparently this is the only way of setting GNU Screen to UTF-8 # apparently this is the only way of setting GNU Screen to UTF-8
alias screen="screen -U" alias screen="screen -U"