From 55dada5173b913daae8566ef7ec9b5ad71d33b0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Tue, 10 Sep 2013 11:24:31 +0200 Subject: Node/NPM preparation --- .zshenv | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to '.zshenv') 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" -- cgit v1.2.3