Explorar el Código

Removed Debugging Code

thisnthat hace 3 años
padre
commit
83e1bb1e28
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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%} "