Update prompt characters
This commit is contained in:
parent
ca72852c0f
commit
ecfb905dfc
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user