diff options
author | Starfall <us@starfall.systems> | 2020-07-18 20:27:54 -0500 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2020-07-22 14:36:01 -0500 |
commit | 3dd0a773b93a3307b8a61f096dad540f1f917a9e (patch) | |
tree | 16c8b71741767a53841df52a9ba4e88af4dab47b /.config/zsh/.zshenv | |
parent | 586cdb5c4b94654034ae92652b43940b2cda30f6 (diff) |
zsh: pull in more config from oh-my-zsh defaults and belak/zsh-utils
Diffstat (limited to '.config/zsh/.zshenv')
-rw-r--r-- | .config/zsh/.zshenv | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv index 77603e5..d002695 100644 --- a/.config/zsh/.zshenv +++ b/.config/zsh/.zshenv @@ -1,4 +1,5 @@ export EDITOR='vim' +export PAGER='less' if [[ $INTELLIJ -eq 1 ]]; then export PATH=/usr/local/bin:/usr/bin:$PATH |