diff --git a/config.fish b/config.fish index e7a1e96..2349f78 100644 --- a/config.fish +++ b/config.fish @@ -236,10 +236,10 @@ function fish_prompt --description 'Display a formatted terminal prompt' switch (id -u) case 0 # Root - set -g __fish_prompt_char "#" + set -g __fish_prompt_char "⌦" case '*' # Everyone else - set -g __fish_prompt_char ">" + set -g __fish_prompt_char "❱" end end