@gi1242@lemmy.world to Linux@lemmy.ml • 1 month agoAccidentally typed 'sl' instead of 'ls'? Install this and get a steam locomotive to run across your terminal.github.comexternal-linkmessage-square46arrow-up1273arrow-down18file-text
arrow-up1265arrow-down1external-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 • 1 month agomessage-square46file-text
minus-square@dx1@lemmy.mllinkfedilinkEnglish4•edit-21 month agoalias l="ls", I’m immune to this problem
minus-square@nshibj@lemmy.worldlinkfedilink2•edit-230 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