X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/d15d05a5d3ea5c09c663cc8b61e2c69bf54bbc53..68c93dceb42ee275b339d421bbf77eaf62363d31:/vcsh?ds=inline diff --git a/vcsh b/vcsh index 029c42c..cfcb42a 100755 --- a/vcsh +++ b/vcsh @@ -96,7 +96,6 @@ init() { export GIT_WORK_TREE="$HOME" mkdir -p "$GIT_WORK_TREE" cd "$GIT_WORK_TREE" || fatal "could not enter '$GIT_WORK_TREE'" 11 - cd "$GIT_WORK_TREE" git init setup }