prompt updated
This commit is contained in:
parent
3b806cb095
commit
84c7772d1e
1
const.sh
1
const.sh
|
@ -45,4 +45,5 @@ elif [[ "linux" != "$TERM" && -f $HOME/.dircolors_256 ]]; then
|
|||
fi
|
||||
|
||||
export COLORTERM=truecolor
|
||||
PROMPT_COLOR=36m
|
||||
HOST_COLOR=31m
|
||||
|
|
|
@ -11,5 +11,5 @@ zstyle ':vcs_info:(sv[nk]|bzr):*' branchformat '%b%F{1}:%F{3}%r'
|
|||
zstyle ':vcs_info:*' enable svn hg git
|
||||
zstyle ':vcs_info:*' disable-patterns "$HOME(/smb*|/.big/smb*)"
|
||||
|
||||
PROMPT=$'%B%{\e[0;36m%}┌─[%{\e[0;36m%}%n%{\e[0;36m%}@%{\e[0;$HOST_COLOR%}%m%{\e[0;36m%} (%T)]──(%{\e[0;33m%}%~%{\e[0;36m%})\n└─[%{\e[0;39m%}%# %{\e[0;36m%}>%b '
|
||||
PROMPT=$'%B%{\e[0;$PROMPT_COLOR%}┌─[%{\e[0;$PROMPT_COLOR%}%n%{\e[0;$PROMPT_COLOR%}@%{\e[0;$HOST_COLOR%}%m%{\e[0;$PROMPT_COLOR%} (%T)]──(%{\e[0;33m%}%~%{\e[0;$PROMPT_COLOR%})\n└─[%{\e[0;39m%}%# %{\e[0;$PROMPT_COLOR%}>%b '
|
||||
RPROMPT=$'$(vcs_info_wrapper)'
|
||||
|
|
Loading…
Reference in New Issue