From ecfb905dfcc38a86b1715330992b7e781b6cb653 Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Wed, 15 Feb 2023 16:33:07 -0500 Subject: [PATCH] Update prompt characters --- config.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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