summaryrefslogtreecommitdiffstatshomepage
path: root/zsh/.config
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-11-19 14:10:09 -0600
committerToby Vincent <tobyv13@gmail.com>2022-11-19 14:14:28 -0600
commit4d78f8652105d08e6caa039d1c8c38718c249a98 (patch)
tree9dfbdce15973c9d6caad26768b1a1a5a7598ff8b /zsh/.config
parent9a8cb2edf4bc1839aef5796455f38d5649b1d249 (diff)
feat(bottom): add bottom config
Diffstat (limited to 'zsh/.config')
-rw-r--r--zsh/.config/zsh/.zshrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc
index 3971353..93f27e4 100644
--- a/zsh/.config/zsh/.zshrc
+++ b/zsh/.config/zsh/.zshrc
@@ -70,6 +70,10 @@ if command -v fd >/dev/null 2>&1; then
}
fi
+if command -v btm >/dev/null 2>&1; then
+ alias top="btm --basic"
+fi
+
if command -v docker >/dev/null 2>&1; then
alias dexec="docker exec -it"
alias dps="docker ps"