Forráskód Böngészése

Removed Debugging Code

thisnthat 3 éve
szülő
commit
83e1bb1e28
1 módosított fájl, 0 hozzáadás és 1 törlés
  1. 0 1
      thisnthat.zsh-theme

+ 0 - 1
thisnthat.zsh-theme

@@ -14,7 +14,6 @@ fi
 #PROMPT='%{$fg[$USER_COLOR]%}%n@%M%{$reset_color%} %{$fg_bold[blue]%}%~%{$reset_color%}$(git_prompt_info)'$'\n''%{$fg[$USER_COLOR]%}>%{$reset_color%} '
 
 FQDN=`hostname -f`
-echo $FQDN
 HOST_NAME="%{$fg[$USER_COLOR]%}%n@${FQDN}%{$reset_color%}"
 LOCATION="%{$fg_bold[blue]%}%~%{$reset_color%}"
 LINE_PROMPT="%{$fg[$USER_COLOR]%}>%{$reset_color%} "