sag to linuxmemes@lemmy.world • 2 years ago2Lazy2Typewww.commitstrip.comimagemessage-square71fedilinkarrow-up11.1K
arrow-up11.1Kimage2Lazy2Typewww.commitstrip.comsag to linuxmemes@lemmy.world • 2 years agomessage-square71fedilink
minus-square@tetraodon@feddit.itlinkfedilink19•edit-22 years agoalias ls = "cat ~/.bash_history | grep ls" Edit: Even better: alias ls = "$( cat ~/.bash_history | grep -x ls | tail -1 )"
alias ls = "cat ~/.bash_history | grep ls"
Edit: Even better:
alias ls = "$( cat ~/.bash_history | grep -x ls | tail -1 )"
That’s just showing off, take an upvote