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.
This commit is contained in:
2024-08-09 09:58:24 -04:00
parent dda9ace55c
commit a9ec41dfa9

View File

@@ -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"