mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2025-06-13 13:03:54 +00:00
Remove unnecessary echo
This commit is contained in:
parent
69516c87a6
commit
40c597abe1
@ -291,7 +291,7 @@ function __bobthefish_git_stashed -S -d 'Print the stashed state for the current
|
|||||||
|
|
||||||
echo -n "$git_stashed_glyph"
|
echo -n "$git_stashed_glyph"
|
||||||
if [ "$theme_display_git_stashed_verbose" = 'yes' ]
|
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
|
||||||
|
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user