diff --git a/custompkg/root/etc/skel/Library/bashrc.d/099.brew-path.sh b/custompkg/root/etc/skel/Library/bashrc.d/099.brew-path.sh new file mode 100644 index 0000000..a8aa819 --- /dev/null +++ b/custompkg/root/etc/skel/Library/bashrc.d/099.brew-path.sh @@ -0,0 +1,4 @@ +if [[ -d $HOME/Library/Homebrew ]]; then + export PATH="$PATH:$HOME/Library/Homebrew/bin" +fi +