Last active
September 3, 2015 17:24
-
-
Save costa/183684 to your computer and use it in GitHub Desktop.
A ~/.bashrc suffix as described in http://mines.mouldwarp.com/2014/10/bash-contexts-cont-for-those-still.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ "`pwd`" != "$HOME" ] && [ -r .bashrc ] && . .bashrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment