Added editor and pager alias to open your $EDITOR or $PAGER, respectively.

This commit is contained in:
Mark Szymanski
2010-10-21 16:18:05 -05:00
parent f1f12d2da0
commit e7dd619ba6

View 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/