updated prompt
This commit is contained in:
parent
9dd07c3894
commit
2a94b1e360
1 changed files with 3 additions and 3 deletions
|
@ -69,7 +69,7 @@ ZSH_THEME_GIT_PROMPT_DIRTY="$CC_WRITE_IN_RED✘"
|
|||
ZSH_THEME_GIT_PROMPT_CLEAN="$CC_WRITE_IN_GREEN✔"
|
||||
|
||||
CC_CURRENT_PATH="%1~"
|
||||
CC_HOSTNAME=`hostname -s`
|
||||
CC_HOSTNAME=`hostname`
|
||||
|
||||
if [ "$CC_HOSTNAME" = 'koehr' ]; then
|
||||
CC_HOSTNAME=$CC_SYMBOL_SERVER
|
||||
|
@ -79,8 +79,8 @@ if [ "$CC_HOSTNAME" = 'HERENK' ]; then
|
|||
CC_HOSTNAME=$CC_SYMBOL_WORK
|
||||
fi
|
||||
|
||||
if [ "$CC_HOSTNAME" = 'iza' ]; then
|
||||
CC_HOSTNAME=$CC_SYMBOL_HOME
|
||||
if [ "$CC_HOSTNAME" = 'liz' ]; then
|
||||
CC_HOSTNAME=""
|
||||
fi
|
||||
|
||||
RPROMPT='$(git_prompt_info)'"$CC_CRPROMPT $(_collapsed_path)%{$reset_color%}"
|
||||
|
|
Loading…
Reference in a new issue