gi1242@lemmy.world to Linux@lemmy.ml · 1 个月前Accidentally typed 'sl' instead of 'ls'? Install this and get a steam locomotive to run across your terminal.github.comexternal-linkmessage-square42fedilinkarrow-up1270arrow-down19file-text
arrow-up1261arrow-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 · 1 个月前message-square42fedilinkfile-text
minus-squaredx1@lemmy.mllinkfedilinkEnglisharrow-up3·edit-21 个月前alias l="ls", I’m immune to this problem
minus-squarenshibj@lemmy.worldlinkfedilinkarrow-up2·edit-21 个月前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