fish: Restore color after prompt
This commit is contained in:
parent
0647f973ac
commit
7a0ff40deb
1 changed files with 2 additions and 2 deletions
|
@ -17,6 +17,6 @@ function fish_prompt --description 'Write out the prompt'
|
|||
end
|
||||
|
||||
echo -n -s (set_color $fish_color_host) (prompt_hostname) ' ' \
|
||||
(set_color $fish_color_cwd) (prompt_pwd) (string join "" $vcs) \
|
||||
(set_color $fish_color_suffix) "$suffix "
|
||||
(set_color $fish_color_cwd) (prompt_pwd) (string join '' $vcs) \
|
||||
(set_color $fish_color_suffix) $suffix (set_color normal) ' '
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue