From 149613e71788e76b03f1341be21608bcfabcb51b Mon Sep 17 00:00:00 2001 From: Daniel Lundin Date: Fri, 3 Jan 2025 01:10:48 +0100 Subject: [PATCH] fish: bold prompt symbol instead of colored --- home/common/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/common/fish.nix b/home/common/fish.nix index 253c701..bc619cd 100644 --- a/home/common/fish.nix +++ b/home/common/fish.nix @@ -107,7 +107,7 @@ fish_prompt.body = '' echo -e "\033[s\033[$LINES;1H\033[1;2;38;5;238m$(string pad -c '┄' -w $COLUMNS (fish_jj_prompt || fish_vcs_prompt))\033[0m\033[u" - string join "" -- (set_color --italics) (prompt_hostname) ':' (prompt_pwd --full-length-dirs=4) (set_color yellow) ' ❯ ' (set_color normal) + string join "" -- (set_color --italics) (prompt_hostname) ':' (prompt_pwd --full-length-dirs=4) (set_color --bold) ' ❯ ' (set_color normal) ''; transient_prompt_func.body = ''