@gi1242 to [email protected] • 2 days agoAccidentally typed 'sl' instead of 'ls'? Install this and get a steam locomotive to run across your terminal.github.comexternal-linkmessage-square46arrow-up1257arrow-down17file-text
arrow-up1250arrow-down1external-linkAccidentally typed 'sl' instead of 'ls'? Install this and get a steam locomotive to run across your terminal.github.com@gi1242 to [email protected] • 2 days agomessage-square46file-text
minus-square@[email protected]linkfedilinkEnglish3•edit-21 day agoalias l="ls", I’m immune to this problem
alias l="ls"
, I’m immune to this problemOr
ll='ls -laFh'
to have it just how I like it