Update fish config for 3.1.0
This commit is contained in:
parent
b59c4cf08c
commit
fa3797e7c6
9 changed files with 69 additions and 50 deletions
|
@ -2,7 +2,7 @@ function fish_prompt --description 'Write out the prompt'
|
|||
set -l suffix
|
||||
switch "$USER"
|
||||
case root toor
|
||||
set suffix (set_color ff0000)'#'
|
||||
set suffix (set_color $fish_color_cwd_root)'#'
|
||||
case '*'
|
||||
set suffix '>'
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue