From 7f3ff2955e3538e6051414ed62803a40a489059a Mon Sep 17 00:00:00 2001 From: lhark Date: Sun, 7 Jun 2015 00:57:27 +0200 Subject: [PATCH] git fetch wasn't the solution --- zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/zshrc b/zshrc index f3fbd3a..71cdec6 100644 --- a/zshrc +++ b/zshrc @@ -14,7 +14,6 @@ export PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin:~/bin # Mise à jour automatique à partir du repo distant cd /home/$USER/rc -git fetch if $(git status --porcelain -b 2> /dev/null | grep '^## .*behind' &> /dev/null); then echo "Type Y to update .zshrc: \c" read line