summaryrefslogtreecommitdiff
path: root/.config/zsh/programs.zsh
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2021-03-07 22:40:28 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2021-03-07 22:40:28 +0100
commit553530387aaf6a442a33eba3f7b43b8911fc4bb8 (patch)
treefd00a8322eea975b1633af9faf778432d5292673 /.config/zsh/programs.zsh
parent7eae457654052897a8d5ca55e5a8217d4ab9f78c (diff)
Add new arch configs, messed up color theme
Diffstat (limited to '.config/zsh/programs.zsh')
-rw-r--r--.config/zsh/programs.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/zsh/programs.zsh b/.config/zsh/programs.zsh
index ba79461..d8e827e 100644
--- a/.config/zsh/programs.zsh
+++ b/.config/zsh/programs.zsh
@@ -36,7 +36,7 @@ else
echo "install procs"
fi
-if ! command -v ytop > /dev/null; then
- echo "install ytop"
+if ! command -v btm > /dev/null; then
+ echo "install bottom"
fi