mirror of
https://github.com/oh-my-fish/theme-bobthefish.git
synced 2024-10-27 20:34:23 +00:00
Make a couple other variables function-scoped
This commit is contained in:
parent
e59687a25d
commit
3ae6695e20
@ -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…
Reference in New Issue
Block a user