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

This commit is contained in:
Mark Szymanski
2010-10-19 15:49:57 -05:00
parent 0463117e52
commit 6360f47409

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/