This website requires JavaScript.
Explore
Help
Register
Sign In
github-mirror
/
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.git
synced
2024-12-02 14:03:51 +08:00
Code
Issues
Actions
Packages
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-28 07:54:15 +08:00
for
gvm_path
in
(
find
$HOME
/.gvm/*/current/bin
-maxdepth
0
)
deprecating _append_path and create _prepend_path
2014-11-29 14:15:30 +08:00
_prepend_path
$gvm_path
end
Reference in New Issue
Copy Permalink