]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
setup.sh: Also link configuration file for newer htop versions.
authorSimon Ruderich <simon@ruderich.org>
Thu, 20 Dec 2012 16:32:13 +0000 (17:32 +0100)
committerSimon Ruderich <simon@ruderich.org>
Thu, 20 Dec 2012 16:32:13 +0000 (17:32 +0100)
setup.sh

index adb2721ac6a95b62cf916c6d494d6dde283a4b1e..be42a6a017f0ed89b24b48cb5e42f95f10d6ade2 100755 (executable)
--- 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