mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-03 15:40:32 +00:00
ndenv plugin for fish.
This commit is contained in:
parent
c397714e6c
commit
f66fa8eae6
7
plugins/ndenv/ndenv.load
Normal file
7
plugins/ndenv/ndenv.load
Normal file
@ -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…
Reference in New Issue
Block a user