Sfoglia il codice sorgente

Prompt: remove color.

Jelmer Snoeck 12 anni fa
parent
commit
8d57043e0c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      .bash/prompt

+ 1 - 1
.bash/prompt

@@ -70,7 +70,7 @@ rewrite_prompt()
 	[ $UID -eq "0" ] && UC=$R   # root's color
 	[ $UID -eq "0" ] && UC=$R   # root's color
 
 
 	# rewrite prompt
 	# rewrite prompt
-	PS1="\${R}${__prompt_environment}${W}[\\t] ${G}\u@\h> \${NEW_PWD} ${C}\$(git_branch)\${NONE}${NONE}\n$ "
+	PS1="\${__prompt_environment}[\\t] ${G}\u@\h> \${NEW_PWD} ${C}\$(git_branch)\${NONE}${NONE}\n$ "
 }
 }
 
 
 # adds ~/.ssh/config to the ssh autocomplete
 # adds ~/.ssh/config to the ssh autocomplete