diff options
author | xyz <gky44px1999@gmail.com> | 2022-08-19 20:05:52 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-08-19 20:05:52 -0700 |
commit | f63135a5622614926fa0dd36e35ad145231d369c (patch) | |
tree | 42e41f365eaec38e9cfe6eb6e015e187813e4ff8 /home/xyz/.bashrc | |
parent | 471e510c2fe6d2cfe24ee0410d9b96b040b2e925 (diff) |
fdu no sudo
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r-- | home/xyz/.bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 566803a2..0114a260 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -67,7 +67,7 @@ alias c=cfg alias d='\sdcv --color' alias e='$PAGER' # https://superuser.com/a/1202867 -alias fdu="sudo find . -maxdepth 1 -execdir du -sh '{}' \+ | sort -h" +alias fdu="find . -maxdepth 1 -execdir du -sh '{}' \+ | sort -h" alias g=git alias l='\ls --color=auto -A --group-directories-first' alias ll='\ls --color=auto -lAh --group-directories-first' |