From 36efe6279283441115dc75aed81265b0df03994e Mon Sep 17 00:00:00 2001 From: Blista Kanjo Date: Wed, 2 Aug 2023 23:18:04 -0400 Subject: refactor: aligned with `kj-sh604/laptop-dotfiles` --- .config/fish/functions/fish_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/fish/functions/fish_prompt.fish') diff --git a/.config/fish/functions/fish_prompt.fish b/.config/fish/functions/fish_prompt.fish index 57ce705..2cbfa35 100644 --- a/.config/fish/functions/fish_prompt.fish +++ b/.config/fish/functions/fish_prompt.fish @@ -21,6 +21,6 @@ set -g __fish_git_prompt_color_untrackedfiles $fish_color_normal set -g __fish_git_prompt_color_cleanstate green --bold function fish_prompt - printf '%s%s%s%s $ ' \ + printf '%s%s%s%s> ' \ (set_color $fish_color_cwd) (prompt_pwd) (set_color normal) (fish_git_prompt) end -- cgit v1.2.3