gi1242@lemmy.world to Linux@lemmy.ml · 5 days agoAccidentally typed 'sl' instead of 'ls'? Install this and get a steam locomotive to run across your terminal.github.comexternal-linkmessage-square46fedilinkarrow-up1265arrow-down17file-text
arrow-up1258arrow-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 · 5 days agomessage-square46fedilinkfile-text
minus-squaredx1@lemmy.mllinkfedilinkEnglisharrow-up3·edit-25 days agoalias l="ls", I’m immune to this problem
minus-squarenshibj@lemmy.worldlinkfedilinkarrow-up2·edit-24 days agoOr ll='ls -laFh' to have it just how I like it
alias l="ls"
, I’m immune to this problemOr
ll='ls -laFh'
to have it just how I like it