From daed52b3c1d6cfa5bfe8246adfcffe0246a5b5c7 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Thu, 20 Dec 2012 17:32:13 +0100 Subject: [PATCH] setup.sh: Also link configuration file for newer htop versions. --- setup.sh | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.44.1