Display owner group in file listings
This commit is contained in:
parent
a3299f5906
commit
199e16c50d
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue