minor changes
This commit is contained in:
parent
4f051a809e
commit
16d225868f
1 changed files with 0 additions and 11 deletions
|
@ -3,14 +3,3 @@ function tools
|
|||
echo $TOOLBOX
|
||||
end
|
||||
|
||||
function fish_prompt
|
||||
set -l last_status $status
|
||||
set -l status_symbol (if test $last_status -eq 0
|
||||
echo -n '[ ](fg:#53e67a)'
|
||||
else
|
||||
echo -n '[ ](fg:#d22863)'
|
||||
end)
|
||||
|
||||
echo -n (set_color normal)
|
||||
printf "%s%s " $status_symbol (starship prompt)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue