mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-01 17:46:29 +08:00
hg prompt: Throw away string match
input
This would print redundant characters
This commit is contained in:
parent
c3971957ac
commit
8eca775977
|
@ -78,7 +78,7 @@ function __fish_hg_prompt --description 'Write out the hg prompt'
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
if string match -r '^[AMCD]' $repo_status
|
if string match -r '^[AMCD]' $repo_status >/dev/null
|
||||||
set_color $fish_color_hg_modified
|
set_color $fish_color_hg_modified
|
||||||
else
|
else
|
||||||
set_color $fish_color_hg_dirty
|
set_color $fish_color_hg_dirty
|
||||||
|
|
Loading…
Reference in New Issue
Block a user