Changed ex alias for exit to q, turns ex is the command for entering vim's ex mode.

pull/17/head
Mark Szymanski 2010-10-19 15:49:57 -05:00
parent 0463117e52
commit 6360f47409
1 changed files with 1 additions and 1 deletions

View File

@ -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/