.profile: Add gnubin directory
This commit is contained in:
parent
69a34464e1
commit
c7b265480c
5
.profile
5
.profile
@ -40,6 +40,11 @@ while [ "${PATH#:}" != "$PATH" ]; do
|
||||
PATH="${PATH#:}"
|
||||
done
|
||||
PATH="$desiredpath:$PATH"
|
||||
# Homebrew
|
||||
gnubin="/usr/local/opt/coreutils/libexec/gnubin"
|
||||
if [ -d "$gnubin" ]; then
|
||||
PATH="$gnubin:$PATH"
|
||||
fi
|
||||
|
||||
# Grab bash_completion, if it exists
|
||||
[ -f "/etc/profile.d/bash_completion.sh" ] && . "/etc/profile.d/bash_completion.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user