Add various GNU functions to our PATH

This commit is contained in:
Jonny Barnes 2022-07-22 17:22:49 +01:00
parent 34511a5918
commit 26d6bb6504
Signed by: jonny
SSH key fingerprint: SHA256:CTuSlns5U7qlD9jqHvtnVmfYV3Zwl2Z7WnJ4/dqOaL8

View file

@ -81,6 +81,11 @@ export PATH="$PATH:$(brew --prefix)/go/bin:$(brew --prefix)/opt/go/libexec/bin:$
GPG_TTY=`tty`
export GPG_TTY
# Add various GNU functions
export PATH="$(brew --prefix)/opt/coreutils/libexec/gnubin:$PATH"
export PATH="$(brew --prefix)/opt/findutils/libexec/gnubin:$PATH"
export PATH="$(brew --prefix)/opt/gnu-sed/libexec/gnubin:$PATH"
# Add Totara Docker helper functions
export PATH="$PATH:$HOME/git/totara-docker-dev/bin"