From f672bb4ce877f0ba1a356c0d977f0bae00c3affc Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Sat, 11 Sep 2021 02:34:25 +0000 Subject: [PATCH] add homebrew path to bashrc.d --- custompkg/root/etc/skel/Library/bashrc.d/099.brew-path.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 custompkg/root/etc/skel/Library/bashrc.d/099.brew-path.sh 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 +