From: Don Armstrong Date: Sun, 3 Dec 2006 01:44:56 +0000 (+0000) Subject: add qgorc to svnfix X-Git-Url: https://git.donarmstrong.com/?p=bin.git;a=commitdiff_plain;h=9a853801690845cfbe766ed93a71ed6c59fdcc5d add qgorc to svnfix --- diff --git a/svnfix b/svnfix index 39536f6..61ce4a6 100755 --- a/svnfix +++ b/svnfix @@ -22,6 +22,10 @@ for a in bug order; do fi; done; +if [ -e ~/.hide/qgo_rc ]; then + ln -sf ~/.hide/qgo_rc ~/.qGorc; +fi; + if [ -e ~/.hide/f1rc ]; then ln -sf ~/.hide/f1rc ~/.f1rc fi;