oh-my-fish/pkg/omf/functions/core/omf.version.fish

4 lines
104 B
Fish

function omf.version
command git -C "$OMF_PATH" describe --tags --match 'v*' --always | cut -c 2-
end