change shell exit alias to :q to mirror vim
This commit is contained in:
parent
8de1ecc446
commit
fb5affc593
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue