diff --git a/bashrc b/bashrc index c22d791..bf995e4 100644 --- a/bashrc +++ b/bashrc @@ -21,7 +21,7 @@ fi # Prevent path_helper from messing with the PATH when starting tmux. # See: https://superuser.com/a/583502 -if [ -f /etc/profile ]; then +if [ "$(uname)" == "Darwin" ]; then export PATH="" source /etc/profile fi