summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--bottom/.config/bottom/bottom.toml2
-rw-r--r--zsh/.config/zsh/.zshrc4
2 files changed, 6 insertions, 0 deletions
diff --git a/bottom/.config/bottom/bottom.toml b/bottom/.config/bottom/bottom.toml
new file mode 100644
index 0000000..8a2cae8
--- /dev/null
+++ b/bottom/.config/bottom/bottom.toml
@@ -0,0 +1,2 @@
+[flags]
+color = "gruvbox"
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"