Changed names of pager and editor aliases to page and edit, respectively.

pull/18/head^2
Mark Szymanski 2010-11-01 17:03:10 -05:00
parent a1b611f7f3
commit afbda09a5f
1 changed files with 2 additions and 2 deletions

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