X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=blobdiff_plain;f=setup.sh;h=aeaae961be71d88ebc09b987c1e0f892bc3f9aae;hp=14bc7a8d97fb2458c79af3bdec6223facd5dc244;hb=c6a90ed192e77095e982c5c7f4cfc63f89271574;hpb=d6a9655958d66b76da99d2a80807fca63b63d7b8 diff --git a/setup.sh b/setup.sh index 14bc7a8..aeaae96 100755 --- a/setup.sh +++ b/setup.sh @@ -234,6 +234,11 @@ fi # Htop overwrites the comments in its configuration file. generate htoprc .in cat +if installed dig; then + # dig doesn't support any comments in digrc. + grep -v -E '^#' digrc.in >digrc +fi + # LINK SETUP @@ -273,3 +278,6 @@ fi if test -d ~/.ssh && test -O ~/.ssh; then link ssh_config ~/.ssh/config fi +if installed dig; then + link digrc ~/.digrc +fi