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)
|
switch (id -u)
|
||||||
case 0
|
case 0
|
||||||
# Root
|
# Root
|
||||||
set -g __fish_prompt_char "#"
|
set -g __fish_prompt_char "⌦"
|
||||||
case '*'
|
case '*'
|
||||||
# Everyone else
|
# Everyone else
|
||||||
set -g __fish_prompt_char ">"
|
set -g __fish_prompt_char "❱"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user