]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - setup.sh
gitconfig: Add alias to display content of untracked files (u).
[config/dotfiles.git] / setup.sh
index e2e1edd7ebaefeeb57aa8475b2e74903dc0d54d4..23c1f8ea860a2e78e0212fb839c6e32b2a16f5aa 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -30,7 +30,6 @@ if installed git; then
     fi
 
     generate m4 gitconfig \
-        -DGITIGNORE=`pwd`/gitignore \
         -DPATIENCE="$PATIENCE" \
         -DOS=`os` \
         -DTIG="`pwd`/tig.pl"
@@ -43,7 +42,6 @@ fi
 
 if installed hg; then
     generate m4 hgrc \
-        -DHGIGNORE=`pwd`/hgignore \
         -DOS=`os`
     link hgrc ~/.hgrc
 fi