"vscode:/vscode.git/clone" did not exist on "7f3e56f8d6fc354de6e665a739b2ab4ba4f84372"
Commit 5d90f58b authored by Tristan Carel's avatar Tristan Carel
Browse files

I should not have merged this here.

parent 2fba4486
if ! [ -d "$ZSH/plugins/git-svn/git-svn-clone-externals" ] ;then
git clone https://github.com/andrep/git-svn-clone-externals.git
fi
export PATH="$ZSH/plugins/git-svn/git-svn-clone-externals:$PATH"
function git_svn_update {
(cd "$ZSH/plugins/git-svn/git-svn-clone-externals" && \
git pull origin master)
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment