From a9ec41dfa9c69f5991acac7f0535c336ce166337 Mon Sep 17 00:00:00 2001 From: Wesley Irvin Date: Fri, 9 Aug 2024 09:58:24 -0400 Subject: [PATCH] Btm Fix Bottom (btm) now uses `--theme` instead of `--color` to set the theme. Changed the zsh configuration to reflect this in the new version of bottom. --- zsh/dot-zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh/dot-zshrc b/zsh/dot-zshrc index 59ae18a..e089f19 100644 --- a/zsh/dot-zshrc +++ b/zsh/dot-zshrc @@ -3,7 +3,7 @@ ############### ALIASES #################### # Load bottom with the proper color scheme -alias btm="btm --color=gruvbox" +alias btm="btm --theme=gruvbox" # Remap ls to use lsd alias ls="lsd" -- 2.49.1