diff options
author | jbjjbjjbj <julianteule@gmail.com> | 2017-01-24 21:18:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-24 21:18:54 +0100 |
commit | 1c9ffe38ff9a1a3cfc843e873899a29ef92af07a (patch) | |
tree | 4dac95c5215d5f41e29704adc56910d6317b24f8 | |
parent | 417e09590070ee6dee9f932fcf7383d791b80db9 (diff) |
Update setUpeveryThing
-rw-r--r-- | Scripts/setUpeveryThing | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Scripts/setUpeveryThing b/Scripts/setUpeveryThing index 3ad9862..708ba8f 100644 --- a/Scripts/setUpeveryThing +++ b/Scripts/setUpeveryThing @@ -20,9 +20,7 @@ sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/mas git clone --bare https://bitbucket.org/durdn/cfg.git $HOME/.cfg -function config { - /usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME $@ -} +alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME' mkdir -p .config-backup config checkout if [ $? = 0 ]; then |