about summary refs log tree commit diff
path: root/.config/zsh/.zshenv
diff options
context:
space:
mode:
authorStarfall <us@starfall.systems>2020-07-18 20:27:54 -0500
committerStarfall <us@starfall.systems>2020-07-22 14:36:01 -0500
commit3dd0a773b93a3307b8a61f096dad540f1f917a9e (patch)
tree16c8b71741767a53841df52a9ba4e88af4dab47b /.config/zsh/.zshenv
parent586cdb5c4b94654034ae92652b43940b2cda30f6 (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/.zshenv1
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