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.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-28 02:55:29 +08:00
function
omf.version
%%% United States of the Fish → Wahoo + OMF %%%
2015-08-26 23:20:13 +08:00
echo
"
Oh My Fish!
$OMF_VERSION
"
end
Reference in New Issue
Copy Permalink