ndenv plugin for fish.

pull/2/head
Jan Lindblom 11 years ago committed by Bruno Pinto
parent c397714e6c
commit f66fa8eae6

@ -0,0 +1,7 @@
if test -n "$NDENV_ROOT"
_append_path $NDENV_ROOT/bin
_append_path $NDENV_ROOT/shims
else
_append_path $HOME/.ndenv/bin
_append_path $HOME/.ndenv/shims
end
Loading…
Cancel
Save