diff options
Diffstat (limited to 'lib/misc.zsh')
-rw-r--r-- | lib/misc.zsh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/misc.zsh b/lib/misc.zsh index 4c1743657..a8678b8ec 100644 --- a/lib/misc.zsh +++ b/lib/misc.zsh @@ -9,5 +9,7 @@ bindkey "^[m" copy-prev-shell-word setopt long_list_jobs ## pager -export PAGER=less -export LC_CTYPE=en_US.UTF-8 +export PAGER="less" +export LESS="-R" + +export LC_CTYPE=$LANG |