From 5fd9452a6c187e7d4cbfcc51bd426eecee5a0bff Mon Sep 17 00:00:00 2001 From: mwiegand Date: Wed, 1 Jun 2022 14:01:28 +0200 Subject: [PATCH] hhtop resets htop config --- bundles/zsh/files/zprofile | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bundles/zsh/files/zprofile b/bundles/zsh/files/zprofile index a838134..358ac29 100644 --- a/bundles/zsh/files/zprofile +++ b/bundles/zsh/files/zprofile @@ -8,6 +8,14 @@ alias s='sudo su - root -s /usr/bin/zsh' +function hhtop { + # mkdir -p ~/.config/htop + # cp /etc/htoprc.global ~/.config/htop/htoprc + # cp /etc/htoprc.global ~/.htoprc + rm -rf ~/.config/htop ~/.htoprc + htop +} + ZSH_THEME=bw DISABLE_AUTO_UPDATE=true plugins=(