mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2024-05-11 05:55:17 +00:00 
			
		
		
		
	Fix badly resolved rebase conflict
This commit is contained in:
		| @@ -12,7 +12,7 @@ function git_prompt_info() { | ||||
| function parse_git_dirty() { | ||||
|   local STATUS | ||||
|   local -a FLAGS | ||||
|   FLAGS=('--porcelain' '--ignore-submodules=dirty') | ||||
|   FLAGS=('--porcelain') | ||||
|   if [[ "$(command git config --get oh-my-zsh.hide-dirty)" != "1" ]]; then | ||||
|     if [[ "$DISABLE_UNTRACKED_FILES_DIRTY" == "true" ]]; then | ||||
|       FLAGS+='--untracked-files=no' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user