summaryrefslogtreecommitdiffstatshomepage
path: root/zsh
diff options
context:
space:
mode:
Diffstat (limited to 'zsh')
-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"