]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - setup.sh
gitconfig: Document interactive.singlekey needs Term::Readkey.
[config/dotfiles.git] / setup.sh
index 4a4f78c0f32c4a1cb5459403ec6a82fa4f27dd99..c61c00dcdfbc8d97f4fc16c08a860bc6a60ff532 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -32,7 +32,7 @@ if installed git; then
     generate m4 gitconfig \
         -DPATIENCE="$PATIENCE" \
         -DOS=`os` \
-        -DTIG="`pwd`/tig.pl"
+        -DPWD="`pwd`"
     link gitconfig ~/.gitconfig
 fi
 
@@ -42,7 +42,6 @@ fi
 
 if installed hg; then
     generate m4 hgrc \
-        -DHGIGNORE=`pwd`/hgignore \
         -DOS=`os`
     link hgrc ~/.hgrc
 fi