summaryrefslogtreecommitdiff
path: root/.zshenv
diff options
context:
space:
mode:
Diffstat (limited to '.zshenv')
-rw-r--r--.zshenv10
1 files changed, 9 insertions, 1 deletions
diff --git a/.zshenv b/.zshenv
index f38c243..39bdc09 100644
--- a/.zshenv
+++ b/.zshenv
@@ -5,7 +5,15 @@ fpath=(~/.zsh/functions $fpath)
# load all things in there
autoload ${fpath[1]}/*(:t)
-[[ -d ~/bin ]] && path=(~/bin $path)
+path=(
+ # general binaries
+ ~/bin
+ # node stuff
+ ~/.node/bin
+ # isabelle
+ ~/isabelle/Isabelle/bin
+ # rest
+ $path)
# other variables
_kw="~amd64"