diff options
author | Tuowen Zhao <ztuowen@gmail.com> | 2016-11-22 14:50:36 -0700 |
---|---|---|
committer | Tuowen Zhao <ztuowen@gmail.com> | 2016-11-22 14:50:36 -0700 |
commit | 16f191ab62615046b93e04a2ca73eab6a5f9f45a (patch) | |
tree | 7c926100d0ae2a5693b30a8f8dca74efa84344fa /lib | |
parent | cd03efc2e5abc2925a0fe4e17f900bae0858b451 (diff) | |
parent | 3477ff25274fa75bd9e6110f391f6ad98ca2af72 (diff) | |
download | zsh-16f191ab62615046b93e04a2ca73eab6a5f9f45a.tar.gz zsh-16f191ab62615046b93e04a2ca73eab6a5f9f45a.tar.bz2 zsh-16f191ab62615046b93e04a2ca73eab6a5f9f45a.zip |
Merge branch 'master' of https://github.com/robbyrussell/oh-my-zsh
Diffstat (limited to 'lib')
-rw-r--r-- | lib/misc.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/misc.zsh b/lib/misc.zsh index c81dab413..3052b7710 100644 --- a/lib/misc.zsh +++ b/lib/misc.zsh @@ -19,8 +19,8 @@ fi setopt long_list_jobs ## pager -export PAGER="less" -export LESS="-R" +env_default PAGER 'less' +env_default LESS '-R' ## super user alias alias _='sudo' |