]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
setup.sh,gitconfig: Define PWD instead of TIG.
authorSimon Ruderich <simon@ruderich.org>
Wed, 3 Apr 2013 21:49:10 +0000 (23:49 +0200)
committerSimon Ruderich <simon@ruderich.org>
Wed, 3 Apr 2013 21:49:10 +0000 (23:49 +0200)
gitconfig.m4
setup.sh

index 801f9c6bacdc43ae575196aa02a6e8ecf0836b0d..74af916775cf00f4fd69bba4b493986a3fe96823 100644 (file)
@@ -123,7 +123,7 @@ include(../lib.m4)
        # precise enough control over formats and colors.
        #
        # tig = log --pretty=oneline --graph --all --decorate --abbrev-commit
-       tig = ! TIG
+       tig = ! PWD/tig.pl
 
        # Create backup of uncommitted and untracked changes.
        ssb = "! git stash save --include-untracked \
index 23c1f8ea860a2e78e0212fb839c6e32b2a16f5aa..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