mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-09 10:19:45 +08:00
![Bruno Pinto](/assets/img/avatar_default.png)
Having a clear namespace `omf.` improves the readability of the code as we clarify what is the function name and what is the namespace.
4 lines
59 B
Fish
4 lines
59 B
Fish
function omf.version
|
|
echo "Oh My Fish! $OMF_VERSION"
|
|
end
|