mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-08-07 06:08:39 +02: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
|
## jobs
|
||||||
setopt long_list_jobs
|
setopt long_list_jobs
|
||||||
|
|
||||||
## pager
|
## pager. Interfers with Capistrano display.
|
||||||
export PAGER="less"
|
# export PAGER="less"
|
||||||
export LESS="-R"
|
# export LESS="-R"
|
||||||
|
|
||||||
export LC_CTYPE=$LANG
|
export LC_CTYPE=$LANG
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue