summary refs log tree commit diff
path: root/zshenv
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2020-12-27 10:54:06 -0800
committerFranck Cuny <franck@fcuny.net>2020-12-27 10:54:06 -0800
commitac47150fbd52bbdb69fbda8d96bf0ba4787510ca (patch)
tree7cf9bb6de40ecbb30e42d14b90ac7c9e6e8967f3 /zshenv
parentmpd: music is on the laptop, not from a smb share (diff)
downloademacs.d-ac47150fbd52bbdb69fbda8d96bf0ba4787510ca.tar.gz
zsh: some cleanup
Diffstat (limited to '')
-rw-r--r--zshenv1
1 files changed, 1 insertions, 0 deletions
diff --git a/zshenv b/zshenv
index 37ab040..5a3cacb 100644
--- a/zshenv
+++ b/zshenv
@@ -1,5 +1,6 @@
 export EDITOR="mg"
 export PATH=~/workspace/go/bin:$PATH
 export GOPATH=~/workspace/go
+export PAGER='less -R'
 
 alias add="arc diff --draft"