diff options
author | Alen <alen@dotfiles.xyz> | 2025-01-19 04:28:35 +0400 |
---|---|---|
committer | Alen <alen@dotfiles.xyz> | 2025-01-19 04:28:35 +0400 |
commit | 0038af92298eb99fbf21922c9b025e6bf228880f (patch) | |
tree | 7abb2d31a0e30fce987f66d32e07678bf4206d3a /dot_config | |
parent | d0e8a38ff9eb3c260a1d14c6d4418dfaad0be991 (diff) |
Replace bpytop with btop
Diffstat (limited to 'dot_config')
-rw-r--r-- | dot_config/zsh/functions/setup_checklist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dot_config/zsh/functions/setup_checklist b/dot_config/zsh/functions/setup_checklist index 9a90856..9dbd8ab 100644 --- a/dot_config/zsh/functions/setup_checklist +++ b/dot_config/zsh/functions/setup_checklist @@ -4,7 +4,7 @@ local binary local -a binaries binaries=( bat - bpytop + btop chezmoi chroma eza |