Tag Archives: oops

remember to test bash aliases

My linux vm reminded me of the importance of testing bash aliases before adding them to the .bash_aliases file. This was the mistake: alias local=’git checkout local’ The next time I opened a terminal, I received this wonderful message: bash: … Continue reading

Posted in bash, oops | Tagged , , , , | Leave a comment