.profile: Add another brew PATH entry

This commit is contained in:
Salt 2020-04-04 07:19:38 -05:00
parent 5ad9d6ab46
commit cb234a42bc

View File

@ -44,6 +44,7 @@ PATH="$desiredpath:$PATH"
for dir in \
"/usr/local/opt/coreutils/libexec/gnubin" \
"/usr/local/opt/gnu-sed/libexec/gnubin" \
"/usr/local/opt/grep/libexec/gnubin" \
"/usr/local/opt/util-linux/bin" \
"/usr/local/opt/util-linux/sbin"
do