From: Simon Ruderich Date: Thu, 20 Dec 2012 16:32:13 +0000 (+0100) Subject: setup.sh: Also link configuration file for newer htop versions. X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=daed52b3c1d6cfa5bfe8246adfcffe0246a5b5c7 setup.sh: Also link configuration file for newer htop versions. --- diff --git a/setup.sh b/setup.sh index adb2721..be42a6a 100755 --- a/setup.sh +++ b/setup.sh @@ -240,5 +240,8 @@ if installed tmux; then fi if installed htop; then link htoprc ~/.htoprc + # New location for htoprc. Use both for compatibility. + mkdir -p ~/.config/htop + link htoprc ~/.config/htop/htoprc fi