1

Update prompt characters

This commit is contained in:
Jessie Hildebrandt 2023-02-15 16:33:07 -05:00
parent ca72852c0f
commit ecfb905dfc

View File

@ -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