gi1242@lemmy.world to Linux@lemmy.ml · 3 months agoAccidentally typed 'sl' instead of 'ls'? Install this and get a steam locomotive to run across your terminal.github.comexternal-linkmessage-square44linkfedilinkarrow-up1253arrow-down18file-text
arrow-up1245arrow-down1external-linkAccidentally typed 'sl' instead of 'ls'? Install this and get a steam locomotive to run across your terminal.github.comgi1242@lemmy.world to Linux@lemmy.ml · 3 months agomessage-square44linkfedilinkfile-text
minus-squarenshibj@lemmy.worldlinkfedilinkarrow-up2·edit-23 months agoOr ll='ls -laFh' to have it just how I like it
alias l=ls
Or
ll='ls -laFh'
to have it just how I like it