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 c='clear'
|
||||||
alias k='clear'
|
alias k='clear'
|
||||||
|
|
||||||
alias editor="$EDITOR"
|
alias edit="$EDITOR"
|
||||||
alias pager="$PAGER"
|
alias page="$PAGER"
|
||||||
|
|
||||||
alias q="exit"
|
alias q="exit"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue