mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-02-23 21:21:03 +01:00
Fix the fish prompt
set_color must be normal here to avoid the next character not being the default color.
This commit is contained in:
parent
0ebdcc5279
commit
500983f369
@ -9,9 +9,9 @@ function fish_prompt
|
|||||||
end
|
end
|
||||||
|
|
||||||
set_color magenta; echo -n "$pwd"
|
set_color magenta; echo -n "$pwd"
|
||||||
set_color white; echo -n " "
|
set_color normal; echo -n " "
|
||||||
set_color red; echo -n "➤"
|
set_color red; echo -n "➤"
|
||||||
set_color green; echo -n "➤"
|
set_color green; echo -n "➤"
|
||||||
set_color blue; echo -n "➤"
|
set_color blue; echo -n "➤"
|
||||||
set_color white; echo -n " "
|
set_color normal; echo -n " "
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user