mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
misc: please don't overwrite my PAGER/LESS options
This commit is contained in:
parent
3c8a33364f
commit
35425d8b84
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@ fi
|
|||
setopt long_list_jobs
|
||||
|
||||
## pager
|
||||
export PAGER="less"
|
||||
export LESS="-R"
|
||||
export PAGER="${PAGER-less}"
|
||||
export LESS="${LESS--R}"
|
||||
|
||||
## super user alias
|
||||
alias _='sudo'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue