This website requires JavaScript.
Explore
Help
Register
Sign In
Archives
/
oh-my-fish
Watch
2
Star
0
Fork
0
You've already forked oh-my-fish
mirror of
https://github.com/oh-my-fish/oh-my-fish
synced
2024-11-09 13:10:40 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
0bac44ceda
oh-my-fish
/
plugins
/
gvm
/
gvm.load
4 lines
90 B
Fish
Raw
Normal View
History
Unescape
Escape
Adding gvm plugin
2014-04-27 23:54:15 +00:00
for
gvm_path
in
(
find
$HOME
/.gvm/*/current/bin
-maxdepth
0
)
deprecating _append_path and create _prepend_path
2014-11-29 06:15:30 +00:00
_prepend_path
$gvm_path
end
Reference in New Issue
Copy Permalink