From f63135a5622614926fa0dd36e35ad145231d369c Mon Sep 17 00:00:00 2001 From: xyz Date: Fri, 19 Aug 2022 20:05:52 -0700 Subject: fdu no sudo --- home/xyz/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') 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' -- cgit v1.2.3-70-g09d2