Merge branch 'master' of gitlab.com:marty-oehme/dotfiles

This commit is contained in:
Marty Oehme 2019-05-15 10:33:31 +02:00
commit 5d146684a9
4 changed files with 125 additions and 5 deletions

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"