diff options
author | Franck Cuny <franck@fcuny.net> | 2020-12-27 10:54:06 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2020-12-27 10:54:06 -0800 |
commit | ac47150fbd52bbdb69fbda8d96bf0ba4787510ca (patch) | |
tree | 7cf9bb6de40ecbb30e42d14b90ac7c9e6e8967f3 /zshenv | |
parent | mpd: music is on the laptop, not from a smb share (diff) | |
download | emacs.d-ac47150fbd52bbdb69fbda8d96bf0ba4787510ca.tar.gz |
zsh: some cleanup
Diffstat (limited to '')
-rw-r--r-- | zshenv | 1 |
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" |