Last active
August 29, 2015 14:02
-
-
Save puttiz/7d4f6b1a1aa745c8a8e3 to your computer and use it in GitHub Desktop.
keep the global $PATH work with custom .bashrc @Mavericks
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
# Add .bashrc in /etc/profile | |
if [ -f ~/.bashrc ]; then | |
source ~/.bashrc | |
fi |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment