Changed names of pager and editor aliases to page and edit, respectively.
authorMark Szymanski <mrman208@me.com>
Mon, 1 Nov 2010 22:03:10 +0000 (17:03 -0500)
committerMark Szymanski <mrman208@me.com>
Mon, 1 Nov 2010 22:03:10 +0000 (17:03 -0500)
aliases/general.aliases.bash

index 201a419..1cb470f 100644 (file)
@@ -16,8 +16,8 @@ fi
 alias c='clear'
 alias k='clear'
 
-alias editor="$EDITOR"
-alias pager="$PAGER"
+alias edit="$EDITOR"
+alias page="$PAGER"
 
 alias q="exit"