summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjbjjbjjbj <julianteule@gmail.com>2017-01-24 21:18:54 +0100
committerGitHub <noreply@github.com>2017-01-24 21:18:54 +0100
commit1c9ffe38ff9a1a3cfc843e873899a29ef92af07a (patch)
tree4dac95c5215d5f41e29704adc56910d6317b24f8
parent417e09590070ee6dee9f932fcf7383d791b80db9 (diff)
Update setUpeveryThing
-rw-r--r--Scripts/setUpeveryThing4
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