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
2025-01-07 19:16:26 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
bc0d4847e8
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-28 02:55:29 +08:00
function
omf.install_package
%%% United States of the Fish → Wahoo + OMF %%%
2015-08-26 23:20:13 +08:00
for
search
in
$argv
centralize pkg / theme installation
2015-08-28 04:05:19 +08:00
omf
.install
--pkg
$search
%%% United States of the Fish → Wahoo + OMF %%%
2015-08-26 23:20:13 +08:00
end
end
Reference in New Issue
Copy Permalink