Make a couple other variables function-scoped

pull/363/head
demize 2 weeks ago
parent e59687a25d
commit 3ae6695e20
No known key found for this signature in database
GPG Key ID: AECE696834DC11E9

@ -1046,11 +1046,11 @@ function __bobthefish_prompt_fossil -S -a fossil_root_dir -a real_pwd -d 'Displa
switch $line
case ADDED UPDATED EDITED DELETED RENAMED
# These can really just all be dirty, then
set dirty $git_dirty_glyph
set -f dirty $git_dirty_glyph
case EXTRA
set new $git_untracked_glyph
set -f new $git_untracked_glyph
case CONFLICT
set conflict '!'
set -f conflict '!'
end
end

Loading…
Cancel
Save