From 1c9ffe38ff9a1a3cfc843e873899a29ef92af07a Mon Sep 17 00:00:00 2001
From: jbjjbjjbj <julianteule@gmail.com>
Date: Tue, 24 Jan 2017 21:18:54 +0100
Subject: Update setUpeveryThing

---
 Scripts/setUpeveryThing | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

(limited to 'Scripts/setUpeveryThing')

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
-- 
cgit v1.2.3