mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-25 06:41:15 -03:00
fixup or/and typo
This commit is contained in:
@@ -234,7 +234,7 @@ function fish_git_prompt --description "Prompt function for Git"
|
||||
set dirty true
|
||||
end
|
||||
contains dirtystate $__fish_git_prompt_status_order || contains stagedstate $__fish_git_prompt_status_order
|
||||
and set dirty false
|
||||
or set dirty false
|
||||
|
||||
if not set -q untracked[1] && set -q __fish_git_prompt_showuntrackedfiles
|
||||
set untracked true
|
||||
|
||||
Reference in New Issue
Block a user