sag to [email protected] • 2 years ago2Lazy2Typewww.commitstrip.comimagemessage-square71fedilinkarrow-up11.1K
arrow-up11.1Kimage2Lazy2Typewww.commitstrip.comsag to [email protected] • 2 years agomessage-square71fedilink
minus-square@[email protected]linkfedilink19•edit-22 years agoalias ls = "cat ~/.bash_history | grep ls" Edit: Even better: alias ls = "$( cat ~/.bash_history | grep -x ls | tail -1 )"
alias l=ls
so you can finally breathealias 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