add q and wq alias for shell
This commit is contained in:
parent
4066dfd7b9
commit
ae8ac10b0b
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue