Remove unnecessary echo

This commit is contained in:
Claudio Mezzasalma 2019-01-23 08:14:40 +01:00
parent 69516c87a6
commit 40c597abe1

View File

@ -291,7 +291,7 @@ function __bobthefish_git_stashed -S -d 'Print the stashed state for the current
echo -n "$git_stashed_glyph"
if [ "$theme_display_git_stashed_verbose" = 'yes' ]
echo -n (command git rev-list --walk-reflogs --count refs/stash 2>/dev/null)
command git rev-list --walk-reflogs --count refs/stash 2>/dev/null
end
end