From 34883b56d271392645a08b69c4ea479a5a18dd00 Mon Sep 17 00:00:00 2001 From: Jacobi Carter Date: Tue, 14 Aug 2012 18:47:00 -0500 Subject: [PATCH] +launchrock --- zsh/prompt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/prompt b/zsh/prompt index f73fe17..7b99739 100755 --- a/zsh/prompt +++ b/zsh/prompt @@ -161,7 +161,7 @@ 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 ) + cdpath=( . "$repodir" ~ ~/Giftikigit ~/launchrockgit .. ) else PROMPT=${RESETCOLOR}${HOSTCOLOR}$'%n@'${LHOSTNAME}${BLACKCOLOR}':'${PATHCOLOR}$'%45<...<%~ %(?..'${BOLDERRORCOLOR}$')%(!.#.$) '${RESETCOLOR} RPROMPT=${RESETCOLOR}$'%1(j.'${JOBCOLOR}$'[%j].)%(?..'${ERRORCOLOR}$'[%?])'${CLOCKCOLOR}$'[%t]'${RESETCOLOR}