fish-shell/share/functions/__fish_print_svn_rev.fish
Samantha Marshall f5dfebb6a3 Add __fish_svn_prompt function
This refactors __fish_print_svn_rev to not depend on english locale
2015-12-10 18:17:40 +01:00

3 lines
118 B
Fish

function __fish_print_svn_rev --description 'Print svn revisions'
printf '%s' (svnversion | sed 's=[^0-9:]*==g')
end