mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 14:43:55 +08:00
Activate untracked status in hg prompt
Correction of a typo that prevented the display of untracked status on the detailed prompt.
This commit is contained in:
parent
6669240f81
commit
052d8d3a10
|
@ -62,7 +62,7 @@ function fish_hg_prompt --description 'Write out the hg prompt'
|
|||
|
||||
# Add a character for each file status if we have one
|
||||
# HACK: To allow this to work both with and without '?' globs
|
||||
set -l q '?'
|
||||
set -l dq '?'
|
||||
switch $line
|
||||
case 'A '
|
||||
set -a hg_statuses added
|
||||
|
|
Loading…
Reference in New Issue
Block a user