Improves comment consistency

This commit is contained in:
lhark 2015-06-07 00:27:38 +02:00
parent 8cdedc542b
commit a7c9c9fcaa

2
zshrc
View file

@ -12,7 +12,7 @@
# Ajout de */sbin au PATH (pour ifconfig en particulier)
export PATH=$PATH:/usr/local/sbin:/usr/sbin:/sbin:~/bin
# Check for update
# Mise à jour automatique à partir du repo distant
cd /home/$USER/rc
if $(git status --porcelain -b 2> /dev/null | grep '^## .*behind' &> /dev/null); then
echo "Type Y to update .zshrc: \c"