summaryrefslogtreecommitdiff
path: root/lib/misc.zsh
diff options
context:
space:
mode:
authorAlexander Berezovsky <ab@plumdistrict.com>2012-06-18 12:16:36 +0300
committerAlexander Berezovsky <ab@plumdistrict.com>2012-06-18 12:16:36 +0300
commit4a2e9ed0393b74a4e4b42766a5859e6634ce4c65 (patch)
tree51d752dd5c2cc3266077d2249f4ba5d0cefcd706 /lib/misc.zsh
parent73b9f8311030fe249d703178d5cb445eb0642268 (diff)
parente8d582aba98d57214a374bed01570ba791c54d9e (diff)
downloadzsh-4a2e9ed0393b74a4e4b42766a5859e6634ce4c65.tar.gz
zsh-4a2e9ed0393b74a4e4b42766a5859e6634ce4c65.tar.bz2
zsh-4a2e9ed0393b74a4e4b42766a5859e6634ce4c65.zip
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'lib/misc.zsh')
-rw-r--r--lib/misc.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/misc.zsh b/lib/misc.zsh
index 88732e664..0f7e7e925 100644
--- a/lib/misc.zsh
+++ b/lib/misc.zsh
@@ -9,5 +9,5 @@ bindkey "^[m" copy-prev-shell-word
setopt long_list_jobs
## pager
-export PAGER=less
+export PAGER="less -R"
export LC_CTYPE=$LANG