Display owner group in file listings

This commit is contained in:
Ohad Livne 2025-06-04 22:47:03 +03:00
parent a3299f5906
commit 199e16c50d
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -1,7 +1,7 @@
#! /usr/bin/bash
alias em="emacs --no-init-file --no-splash --no-window-system"
alias ll="exa --binary --long"
alias ll="exa --binary --group --long"
alias la="ll --all"
alias tree="ll --tree"
alias llblk="lsblk -o NAME,TYPE,FSTYPE,SIZE,MOUNTPOINT,LABEL,PARTLABEL,UUID,PARTUUID"