소스 검색

Removed Debugging Code

thisnthat 3 년 전
부모
커밋
83e1bb1e28
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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%} "