mirror of
				https://github.com/ohmybash/oh-my-bash.git
				synced 2024-05-11 05:55:37 +00:00 
			
		
		
		
	This is a regression by PR #118 on GitHub [1]. [1] https://github.com/ohmybash/oh-my-bash/pull/118.
This commit is contained in:
		@@ -33,7 +33,7 @@ function doubletime_scm_prompt {
 | 
			
		||||
  if [ $CHAR = $SCM_NONE_CHAR ]; then
 | 
			
		||||
    return
 | 
			
		||||
  elif [ $CHAR = $SCM_GIT_CHAR ]; then
 | 
			
		||||
    echo "$(command git_prompt_status)"
 | 
			
		||||
    echo "$(git_prompt_status)"
 | 
			
		||||
  else
 | 
			
		||||
    echo "[$(scm_prompt_info)]"
 | 
			
		||||
  fi
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user