Added editor and pager alias to open your $EDITOR or $PAGER, respectively.
authorMark Szymanski <mrman208@me.com>
Thu, 21 Oct 2010 21:18:05 +0000 (16:18 -0500)
committerMark Szymanski <mrman208@me.com>
Thu, 21 Oct 2010 21:18:05 +0000 (16:18 -0500)
aliases/general.aliases.bash

index d9041eb..1d43d45 100644 (file)
@@ -10,6 +10,9 @@ alias l='ls -a'
 alias c='clear'
 alias k='clear'
 
+alias editor="$EDITOR"
+alias pager="$PAGER"
+
 alias q="exit"
 
 # Pianobar can be found here: http://github.com/PromyLOPh/pianobar/