bashrc & zshrc: point to new repository

If ~/.shell-things exists, the `shell-things` function will change
upstream to Mikaela/shell-things.
This commit is contained in:
Mikaela Suomalainen 2014-12-19 20:08:11 +02:00
parent 113b794be8
commit 79924dc542
2 changed files with 2 additions and 0 deletions

1
bashrc
View File

@ -692,6 +692,7 @@ export SHELL_THINGS_REPO=$HOME/.shell-things
# Check if ~/.shell-things exists and cd and pull.
if [ -d $SHELL_THINGS_REPO ]; then
git remote set-url origin https://github.com/Mikaela/shell-things.git
echo "shell-things: $SHELL_THINGS_REPO exists, git pulling..."
echo ""
cd $SHELL_THINGS_REPO

1
zshrc
View File

@ -665,6 +665,7 @@ export SHELL_THINGS_REPO=$HOME/.shell-things
# Check if ~/.shell-things exists and cd and pull.
if [ -d $SHELL_THINGS_REPO ]; then
git remote set-url origin https://github.com/Mikaela/shell-things.git
echo "shell-things: $SHELL_THINGS_REPO exists, git pulling..."
echo ""
cd $SHELL_THINGS_REPO