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-02-10 08:10:47 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
49dda5c2f7
oh-my-fish
/
pkg
/
omf
/
functions
/
cli
/
omf.cli.version.fish
4 lines
63 B
Fish
Raw
Normal View
History
Unescape
Escape
Reorganize `omf` plugin structure This updates omf plugin to new architecture, moving functions to `functions` directory. It also revamps the separation of concerns between CLI and underlying implementations, organizing them into directories, whose are autoloaded in plugin startup.
2015-12-21 03:57:51 +08:00
function
omf.cli.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