diff options
author | xyz <gky44px1999@gmail.com> | 2022-07-23 17:54:48 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-07-23 17:54:48 -0700 |
commit | 464024200bf144f3d64625f52a8c3a6710410246 (patch) | |
tree | 35f4b6153661b3c5d8fbd41649146793d4d65313 /home/xyz/.bashrc | |
parent | aac220e0c15f0426badae589e22f535d842bc361 (diff) |
alias fdu
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r-- | home/xyz/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 3cdfd2ca..9dcba382 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -65,6 +65,8 @@ alias b='lsblk -T=KNAME -o KNAME,FSTYPE,FSVER,LABEL,UUID,FSAVAIL,FSUSE%,MOUNTPOI 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 g=git alias l='\ls --color=auto -A --group-directories-first' alias ll='\ls --color=auto -lAh --group-directories-first' |