Skip to content

Commit

Permalink
Might be an idea if setup.sh installs from my repo, eh.
Browse files Browse the repository at this point in the history
  • Loading branch information
benseven committed Sep 5, 2012
1 parent ffc45b4 commit a3d5df7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.sh
Expand Up @@ -32,11 +32,11 @@ function setup_git_convenience {
git_load_helper https://raw.github.com/git/git/e90020cdb3273af3b0c7915c0aacf16b19bbf994/contrib/completion/git-prompt.sh "$HOME/.git-prompt.sh" "$bash_startup_file" "$1"
fi

git_load_helper https://raw.github.com/jakearchibald/git-convenience/master/terminal-prefs.sh "$HOME/.terminal-prefs.sh" "$bash_startup_file" "$1"
git_load_helper https://raw.github.com/jakearchibald/git-convenience/master/git-shortcuts.sh "$HOME/.git-shortcuts.sh" "$bash_startup_file" "$1"
git_load_helper https://raw.github.com/benseven/git-convenience/master/terminal-prefs.sh "$HOME/.terminal-prefs.sh" "$bash_startup_file" "$1"
git_load_helper https://raw.github.com/benseven/git-convenience/master/git-shortcuts.sh "$HOME/.git-shortcuts.sh" "$bash_startup_file" "$1"

unset setup_git_convenience
unset git_load_helper
}

setup_git_convenience
setup_git_convenience

0 comments on commit a3d5df7

Please sign in to comment.