aboutsummaryrefslogtreecommitdiff
path: root/dot.zshenv
diff options
context:
space:
mode:
Diffstat (limited to 'dot.zshenv')
-rw-r--r--dot.zshenv2
1 files changed, 2 insertions, 0 deletions
diff --git a/dot.zshenv b/dot.zshenv
index 227ed82..3b270a1 100644
--- a/dot.zshenv
+++ b/dot.zshenv
@@ -5,6 +5,7 @@ export PATH=${PATH/::/:}
export GPG_TTY=$(tty)
export EDITOR=emacsclient
export VISUAL=$EDITOR
+export CSCOPE_EDITOR=emacsclient-cscope
path=(
~/Library/Python/*/bin(/N)
~/.gem/ruby/*/bin(/N)
@@ -13,6 +14,7 @@ path=(
${KREW_ROOT:-$HOME/.krew}/bin
~/.cargo/bin(/N)
~/.poetry/bin(/N)
+ ~/.cache/rebar3/bin(/N)
~/.local/bin(/N)
/usr/local/bin(/N)
/usr/local/sbin(/N)