mirror of
https://github.com/oh-my-fish/oh-my-fish.git
synced 2025-02-21 11:23:44 +08:00
4 lines
104 B
Fish
4 lines
104 B
Fish
function omf.version
|
|
command git -C "$OMF_PATH" describe --tags --match 'v*' --always | cut -c 2-
|
|
end
|