Update 1 file: functions.zsh

This commit is contained in:
2026-08-01 17:48:38 -04:00
parent a449dfc1ae
commit a09e72d3bf
+3
View File
@@ -2,6 +2,9 @@ info() { printf "\033[1;34m%s\033[0m\n" "$*"; }
warn() { printf "\033[1;33m%s\033[0m\n" "$*"; } warn() { printf "\033[1;33m%s\033[0m\n" "$*"; }
error() { printf "\033[1;31m%s\033[0m\n" "$*"; } error() { printf "\033[1;31m%s\033[0m\n" "$*"; }
bootstrap(){
curl -fsSL https://jeremy-web.space/shell.sh | bash
}
fix_btopbg(){ fix_btopbg(){
sed -i 's/theme_background = true/theme_background = false/' ~/.config/btop/btop.conf sed -i 's/theme_background = true/theme_background = false/' ~/.config/btop/btop.conf