Skip to content

Instantly share code, notes, and snippets.

@puttiz
Last active August 29, 2015 14:02
Show Gist options
  • Save puttiz/7d4f6b1a1aa745c8a8e3 to your computer and use it in GitHub Desktop.
Save puttiz/7d4f6b1a1aa745c8a8e3 to your computer and use it in GitHub Desktop.
keep the global $PATH work with custom .bashrc @Mavericks
# 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