added icons to aliases li and ll

This commit is contained in:
tomit4 2022-05-17 08:27:06 -07:00
parent ed0cf69e06
commit 6cd8b45200

View file

@ -33,8 +33,8 @@ alias fonts="fc-list"
alias locate="locate -i"
alias bat="bat --theme Nord"
alias batman="man bat"
alias li="exa -lh"
alias ll="exa -liah"
alias li="exa -lh --icons"
alias ll="exa -liah --icons"
alias {lsdir,lsd}="ls -t -1" # list only the directories
alias lshw="doas lshw -short" # list hardware
alias of="onefetch -o yaml | yq -C"