add q and wq alias for shell

This commit is contained in:
Marty Oehme 2019-03-17 22:31:24 +01:00
parent 4066dfd7b9
commit ae8ac10b0b

View file

@ -25,3 +25,8 @@ alias v="vim"
# short, consise, clear my screen
alias cl="clear"
# let me exit out of the shell same way as vim
# TODO integrate session management with w?
alias "q"="exit"
alias "wq"="exit"