gi1242@lemmy.world to Linux@lemmy.ml · 10 天前Accidentally typed 'sl' instead of 'ls'? Install this and get a steam locomotive to run across your terminal.github.comexternal-linkmessage-square41fedilinkarrow-up1256arrow-down17file-text
arrow-up1249arrow-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 · 10 天前message-square41fedilinkfile-text
minus-squaredx1@lemmy.mllinkfedilinkEnglisharrow-up3·edit-29 天前alias l="ls", I’m immune to this problem
minus-squarenshibj@lemmy.worldlinkfedilinkarrow-up2·edit-29 天前Or 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