From 6656ea83d612d27291d0fff9366974ba59406b52 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Fri, 12 Nov 2021 11:30:46 +0300 Subject: fish: fix prompt spacing --- .config/fish/functions/fish_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/fish/functions') diff --git a/.config/fish/functions/fish_prompt.fish b/.config/fish/functions/fish_prompt.fish index eb90abb..daaadbc 100644 --- a/.config/fish/functions/fish_prompt.fish +++ b/.config/fish/functions/fish_prompt.fish @@ -18,5 +18,5 @@ function fish_prompt set -l cwd $cyan (string join / (string split -rn -m3 / (prompt_pwd))[-3..-1]) - echo -n -s $marker ' '$cwd $normal ' ' + echo -n -s $marker ' ' $cwd $normal ' ' end -- cgit v1.2.3-61-g4310