Changed ex alias for exit to q, turns ex is the command for entering vim's ex mode.
parent
0463117e52
commit
6360f47409
|
|
@ -10,7 +10,7 @@ alias l='ls -a'
|
|||
alias c='clear'
|
||||
alias k='clear'
|
||||
|
||||
alias ex="exit"
|
||||
alias q="exit"
|
||||
|
||||
# Pianobar can be found here: http://github.com/PromyLOPh/pianobar/
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue