4 lines
160 B
Bash
4 lines
160 B
Bash
alias ll="exa --binary --long"
|
|
alias la="ll --all"
|
|
alias tree="ll --tree"
|
|
alias llblk="lsblk -o NAME,TYPE,FSTYPE,SIZE,MOUNTPOINT,LABEL,PARTLABEL,UUID,PARTUUID"
|