From: Simon Ruderich Date: Sat, 15 Sep 2012 13:36:13 +0000 (+0200) Subject: setup.sh: Rewrap lines. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=3d813d58d987714c1be95a7f963df9ba2453bbe7 setup.sh: Rewrap lines. --- diff --git a/setup.sh b/setup.sh index bedc5bb..d59568f 100755 --- a/setup.sh +++ b/setup.sh @@ -21,7 +21,9 @@ . ../lib.sh if installed git; then - generate m4 gitconfig -DGITIGNORE=`pwd`/gitignore -DOS=`os` + generate m4 gitconfig \ + -DGITIGNORE=`pwd`/gitignore \ + -DOS=`os` link gitconfig ~/.gitconfig fi @@ -30,7 +32,9 @@ if installed tig; then fi if installed hg; then - generate m4 hgrc -DHGIGNORE=`pwd`/hgignore -DOS=`os` + generate m4 hgrc \ + -DHGIGNORE=`pwd`/hgignore \ + -DOS=`os` link hgrc ~/.hgrc fi