From 40c597abe1d927f20dbcecc9e3ecd1fc34a4aa12 Mon Sep 17 00:00:00 2001 From: Claudio Mezzasalma Date: Wed, 23 Jan 2019 08:14:40 +0100 Subject: [PATCH] Remove unnecessary echo --- fish_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fish_prompt.fish b/fish_prompt.fish index 2063553..4292227 100644 --- a/fish_prompt.fish +++ b/fish_prompt.fish @@ -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