From 4d78f8652105d08e6caa039d1c8c38718c249a98 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sat, 19 Nov 2022 14:10:09 -0600 Subject: feat(bottom): add bottom config --- zsh/.config/zsh/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'zsh/.config') 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" -- cgit v1.2.3-70-g09d2