diff options
author | Tyler Davis <tydavis@gmail.com> | 2022-05-19 16:44:19 +0000 |
---|---|---|
committer | Tyler Davis <tydavis@gmail.com> | 2022-05-19 16:44:19 +0000 |
commit | d6533a2fb3601faadc6789a1a41cd1e8c71f5eb0 (patch) | |
tree | 1c32bb3afc7a952c69f04af5fb11c15e9946d028 /.zshrc | |
parent | d09ad3bed007f8bc896053e8f83d109d0235c6e6 (diff) | |
download | dotfiles-d6533a2fb3601faadc6789a1a41cd1e8c71f5eb0.tar.gz dotfiles-d6533a2fb3601faadc6789a1a41cd1e8c71f5eb0.zip |
git: remove kernel, zsh: update dust alias
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |