summaryrefslogtreecommitdiffstats
path: root/.zshrc
diff options
context:
space:
mode:
authorTyler Davis <tydavis@gmail.com>2022-05-19 16:44:19 +0000
committerTyler Davis <tydavis@gmail.com>2022-05-19 16:44:19 +0000
commitd6533a2fb3601faadc6789a1a41cd1e8c71f5eb0 (patch)
tree1c32bb3afc7a952c69f04af5fb11c15e9946d028 /.zshrc
parentd09ad3bed007f8bc896053e8f83d109d0235c6e6 (diff)
downloaddotfiles-d6533a2fb3601faadc6789a1a41cd1e8c71f5eb0.tar.gz
dotfiles-d6533a2fb3601faadc6789a1a41cd1e8c71f5eb0.zip
git: remove kernel, zsh: update dust alias
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zshrc b/.zshrc
index 2ef78e9..ae50701 100644
--- a/.zshrc
+++ b/.zshrc
@@ -124,7 +124,7 @@ if [ "$(command -v bat)" ]; then
fi
if [ "$(command -v dust)" ]; then
- alias du="dust -c -b"
+ alias du="dust -c -b -r"
fi
if [ "$(command -v btm)" ]; then