From: Mark Szymanski Date: Thu, 21 Oct 2010 21:18:05 +0000 (-0500) Subject: Added editor and pager alias to open your $EDITOR or $PAGER, respectively. X-Git-Url: https://source.supwisdom.com/gerrit/gitweb?a=commitdiff_plain;h=e7dd619ba649624987a0073d826c261650252bd4;p=common%2Fbash_it.git Added editor and pager alias to open your $EDITOR or $PAGER, respectively. --- diff --git a/aliases/general.aliases.bash b/aliases/general.aliases.bash index d9041eb..1d43d45 100644 --- a/aliases/general.aliases.bash +++ b/aliases/general.aliases.bash @@ -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/