X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=be42a6a017f0ed89b24b48cb5e42f95f10d6ade2;hb=daed52b3c1d6cfa5bfe8246adfcffe0246a5b5c7;hp=adb2721ac6a95b62cf916c6d494d6dde283a4b1e;hpb=293104d09120431ad8066b15e28a0658cdded0a8;p=config%2Fdotfiles.git 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