mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
Commented out pagers. Interferes with Capistrano display.
This commit is contained in:
parent
6fe192fd73
commit
6d73115589
1 changed files with 3 additions and 3 deletions
|
|
@ -8,8 +8,8 @@ bindkey "^[m" copy-prev-shell-word
|
|||
## jobs
|
||||
setopt long_list_jobs
|
||||
|
||||
## pager
|
||||
export PAGER="less"
|
||||
export LESS="-R"
|
||||
## pager. Interfers with Capistrano display.
|
||||
# export PAGER="less"
|
||||
# export LESS="-R"
|
||||
|
||||
export LC_CTYPE=$LANG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue