change shell exit alias to :q to mirror vim

This commit is contained in:
Marty Oehme 2019-04-23 14:48:42 +02:00
parent 8de1ecc446
commit fb5affc593

View file

@ -28,5 +28,5 @@ 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"
alias ":q"="exit"
alias ":wq"="exit"