Add various GNU functions to our PATH
This commit is contained in:
parent
34511a5918
commit
26d6bb6504
1 changed files with 5 additions and 0 deletions
|
@ -81,6 +81,11 @@ export PATH="$PATH:$(brew --prefix)/go/bin:$(brew --prefix)/opt/go/libexec/bin:$
|
||||||
GPG_TTY=`tty`
|
GPG_TTY=`tty`
|
||||||
export GPG_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
|
# Add Totara Docker helper functions
|
||||||
export PATH="$PATH:$HOME/git/totara-docker-dev/bin"
|
export PATH="$PATH:$HOME/git/totara-docker-dev/bin"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue