mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-21 07:52:55 +08:00
Closes #1 setting rbenv path when plugin is defined
This commit is contained in:
parent
e0785f8949
commit
42fc751de3
3
plugins/rbenv/rbenv.load.fish
Normal file
3
plugins/rbenv/rbenv.load.fish
Normal file
@ -0,0 +1,3 @@
|
||||
set PATH $HOME/.rbenv/bin $PATH
|
||||
set PATH $HOME/.rbenv/shims $PATH
|
||||
rbenv rehash >/dev/null ^&1
|
Loading…
x
Reference in New Issue
Block a user