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"