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-15 12:12:45 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
a76485be4f
oh-my-fish
/
pkg
/
omf
/
cli
/
omf.version.fish
4 lines
59 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.version
%%% United States of the Fish → Wahoo + OMF %%%
2015-08-26 15:20:13 +00:00
echo
"
Oh My Fish!
$OMF_VERSION
"
end
Reference in New Issue
Copy Permalink