diff options
author | June McEnroe <curtis.mcenroe@adgear.com> | 2016-06-09 13:54:31 -0400 |
---|---|---|
committer | June McEnroe <curtis.mcenroe@adgear.com> | 2016-06-09 13:54:31 -0400 |
commit | 2e89e23551ee2870dc3ac4c883812c6668ee0fbc (patch) | |
tree | 6b90bfc86e399cb026ecd996b8b5ff0b6d9c280f | |
parent | Add port to april ssh config (diff) | |
download | src-2e89e23551ee2870dc3ac4c883812c6668ee0fbc.tar.gz src-2e89e23551ee2870dc3ac4c883812c6668ee0fbc.zip |
Set PAGER=less
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc index e9200413..35b45c2c 100644 --- a/.zshrc +++ b/.zshrc @@ -11,7 +11,7 @@ bindkey -v KEYTIMEOUT=1 PATH=$PATH:~/.bin -export EDITOR=vim GIT_EDITOR=vim +export PAGER=less EDITOR=vim GIT_EDITOR=vim type nvim > /dev/null && EDITOR=nvim GIT_EDITOR=nvim && alias vim=nvim export GPG_TTY=$TTY |