diff --git a/osx/.profile.d/01-path-osx.sh b/osx/.profile.d/01-path-osx.sh new file mode 100644 index 0000000..25c2345 --- /dev/null +++ b/osx/.profile.d/01-path-osx.sh @@ -0,0 +1,3 @@ +# osx/.profile.d/10-path-osx.sh +PATH="/usr/local/bin:${PATH}" +export PATH