From b43716907fa3e5dca97cec81f4eb4aa9e64d182c Mon Sep 17 00:00:00 2001 From: Kirill Sukhanov <kirach@kirach.net> Date: Sun, 26 Apr 2015 19:50:55 +0300 Subject: [PATCH] Add space between the arrow and current directory name in robbyrussell theme --- themes/robbyrussell/fish_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/robbyrussell/fish_prompt.fish b/themes/robbyrussell/fish_prompt.fish index 1bf0c61..fb057d5 100644 --- a/themes/robbyrussell/fish_prompt.fish +++ b/themes/robbyrussell/fish_prompt.fish @@ -33,6 +33,6 @@ function fish_prompt end end - echo -n -s $arrow $cwd $git_info $normal ' ' + echo -n -s $arrow ' ' $cwd $git_info $normal ' ' end -- GitLab