From: martin f. krafft Date: Fri, 27 Jun 2008 10:57:59 +0000 (+0200) Subject: no git status or diff on vcsh entry X-Git-Url: https://git.madduck.net/etc/zsh.git/commitdiff_plain/18893ab887e52bf73e7826771665a7d515823e8d?ds=inline no git status or diff on vcsh entry --- diff --git a/.zsh/func/vcsh b/.zsh/func/vcsh index b9f4b5d..c3c6357 100755 --- a/.zsh/func/vcsh +++ b/.zsh/func/vcsh @@ -37,8 +37,6 @@ old_GIT_WORK_TREE="${GIT_WORK_TREE:-}" export GIT_DIR="$FGIT_BASE/${1}.git" export GIT_WORK_TREE="$GIT_DIR/$(git config --get core.worktree)" -git status - PS1="%S{${0##*/}:$1}%s$PS1" $SHELL -i || : GIT_DIR="$old_GIT_DIR"