Changed names of pager and editor aliases to page and edit, respectively.
parent
a1b611f7f3
commit
afbda09a5f
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue