X-Git-Url: https://git.madduck.net/etc/zsh.git/blobdiff_plain/99ce3c28e3d8483dbbbc5f798bb9c4e262af59a7..286398e:/.zsh/func/vcsh diff --git a/.zsh/func/vcsh b/.zsh/func/vcsh index b9f4b5d..7a86068 100755 --- a/.zsh/func/vcsh +++ b/.zsh/func/vcsh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/zsh # # func/vcsh # @@ -7,7 +7,7 @@ # Copyright © 1994–2008 martin f. krafft # Released under the terms of the Artistic Licence 2.0 # -# Source repository: http://git.madduck.net/v/etc/zsh.git +# Source repository: git://git.madduck.net/etc/zsh.git # local FGIT_BASE="$HOME/.fgits" @@ -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"