Sunshine (she/her)@lemmy.ca to Linux@programming.devEnglish · 3 days agoReplace Your Regular Linux Commands With These Better Alternativeswww.maketecheasier.comexternal-linkmessage-square39fedilinkarrow-up1130arrow-down111
arrow-up1119arrow-down1external-linkReplace Your Regular Linux Commands With These Better Alternativeswww.maketecheasier.comSunshine (she/her)@lemmy.ca to Linux@programming.devEnglish · 3 days agomessage-square39fedilink
minus-squaregrrgyle@slrpnk.netlinkfedilinkarrow-up8·edit-22 days agoI fkn knew eza would be at the top of this list. E: I can’t talk, though. Here are my aliases: alias ls='eza --time-style="+%Y-%m-%d" --group-directories-first --hyperlink --colour=never -hlF always --icons --git' alias ll='eza --time-style="long-iso" --group-directories-first --no-permissions --hyperlink --colour=never -hoalF always --icons --git' alias l='eza --time-style=relative --group-directories-first --hyperlink --colour=auto -hlF=always --icons --no-permissions --no-user'
I fkn knew
eza
would be at the top of this list.E: I can’t talk, though. Here are my aliases: