From 3278ecbdabb0cb5b963a97ef9ff3ea240cca5616 Mon Sep 17 00:00:00 2001 From: Jacobi Carter Date: Wed, 22 Aug 2012 18:04:23 -0500 Subject: [PATCH] Fix. --- zsh/prompt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zsh/prompt b/zsh/prompt index 7b99739..f932c31 100755 --- a/zsh/prompt +++ b/zsh/prompt @@ -161,11 +161,11 @@ function updateprompt () { local stats="$(git_prompt_status)" PROMPT=${RESETCOLOR}${HOSTCOLOR}$'%n@'${LHOSTNAME}${BLACKCOLOR}':'${PATHCOLOR}"${reponame} ${RED}${branch}${YELLOW}${stats}${BLACKCOLOR}${additional} ${PATHCOLOR}"$'%45<...<'"${repopath}"' %(?..'${BOLDERRORCOLOR}$')%(!.#.$) '${RESETCOLOR} RPROMPT=${RESETCOLOR}${stashpart}${remotepart}$'%1(j.'${JOBCOLOR}$'[%j].)%(?..'${ERRORCOLOR}$'[%?])'${CLOCKCOLOR}$'[%t]'${RESETCOLOR} - cdpath=( . "$repodir" ~ ~/Giftikigit ~/launchrockgit .. ) + cdpath=( . "$repodir" ~ ~/Giftikigit ~/launchrockgit ~/loagit ~/git .. ) else PROMPT=${RESETCOLOR}${HOSTCOLOR}$'%n@'${LHOSTNAME}${BLACKCOLOR}':'${PATHCOLOR}$'%45<...<%~ %(?..'${BOLDERRORCOLOR}$')%(!.#.$) '${RESETCOLOR} RPROMPT=${RESETCOLOR}$'%1(j.'${JOBCOLOR}$'[%j].)%(?..'${ERRORCOLOR}$'[%?])'${CLOCKCOLOR}$'[%t]'${RESETCOLOR} - cdpath=( . ~ ~/Giftikigit ) + cdpath=( . ~ ~/Giftikigit ~/launchrockgit ~/loagit ~/git .. ) fi } updateprompt