Changed ex alias for exit to q, turns ex is the command for entering vim's ex mode.
authorMark Szymanski <mrman208@me.com>
Tue, 19 Oct 2010 20:49:57 +0000 (15:49 -0500)
committerMark Szymanski <mrman208@me.com>
Tue, 19 Oct 2010 20:49:57 +0000 (15:49 -0500)
aliases/general.aliases.bash

index c09ddff..d9041eb 100644 (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/