mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-15 09:27:38 +00:00
f5dfebb6a3
This refactors __fish_print_svn_rev to not depend on english locale
3 lines
118 B
Fish
3 lines
118 B
Fish
function __fish_print_svn_rev --description 'Print svn revisions'
|
|
printf '%s' (svnversion | sed 's=[^0-9:]*==g')
|
|
end
|