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-11 07:10:29 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
0a32588f4b
oh-my-fish
/
pkg
/
omf
/
cli
/
omf.install_package.fish
6 lines
91 B
Fish
Raw
Normal View
History
Unescape
Escape
Naming functions with `omf.` namespace. Having a clear namespace `omf.` improves the readability of the code as we clarify what is the function name and what is the namespace.
2015-08-27 18:55:29 +00:00
function
omf.install_package
%%% United States of the Fish → Wahoo + OMF %%%
2015-08-26 15:20:13 +00:00
for
search
in
$argv
centralize pkg / theme installation
2015-08-27 20:05:19 +00:00
omf
.install
--pkg
$search
%%% United States of the Fish → Wahoo + OMF %%%
2015-08-26 15:20:13 +00:00
end
end
Reference in New Issue
Copy Permalink