]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - setup.sh
gitconfig: Call git branch with -av.
[config/dotfiles.git] / setup.sh
index d13b36fa27cc468efd33ae23ec851816a1b9053c..09c2fa6fcc88bd13af03ba1d26479dba2af78ac2 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -15,7 +15,6 @@ if installed tig; then
 fi
 
 if installed hg; then
-    generate m4 hgrc -DOS=`os`
+    generate m4 hgrc -DHGIGNORE=`pwd`/hgignore -DOS=`os`
     link hgrc ~/.hgrc
-    link hgignore ~/.hgignore
 fi