sag to [email protected] • 1 year ago2Lazy2Typewww.commitstrip.commessage-square66fedilinkarrow-up11.09K
arrow-up11.08Kimage2Lazy2Typewww.commitstrip.comsag to [email protected] • 1 year agomessage-square66fedilink
minus-square@[email protected]linkfedilink19•edit-21 year 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