@gi1242@lemmy.world to Linux@lemmy.ml • 2 months agoAccidentally typed 'sl' instead of 'ls'? Install this and get a steam locomotive to run across your terminal.github.comexternal-linkmessage-square44fedilinkarrow-up1274file-text
arrow-up1274external-linkAccidentally typed 'sl' instead of 'ls'? Install this and get a steam locomotive to run across your terminal.github.com@gi1242@lemmy.world to Linux@lemmy.ml • 2 months agomessage-square44fedilinkfile-text
minus-square@dx1@lemmy.mllinkfedilinkEnglish3•edit-22 months agoalias l="ls", I’m immune to this problem
minus-square@nshibj@lemmy.worldlinkfedilink2•edit-22 months 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