Skip to content

Instantly share code, notes, and snippets.

@geffrak
Last active November 23, 2022 23:54
Show Gist options
  • Save geffrak/4655cfe280edcbee37ac87b3e2b5fded to your computer and use it in GitHub Desktop.
Save geffrak/4655cfe280edcbee37ac87b3e2b5fded to your computer and use it in GitHub Desktop.
export PATH="/usr/local/opt/curl/bin:$PATH"
export PATH="/usr/local/opt/sqlite/bin:$PATH"
export PATH="/usr/local/opt/qt/bin:$PATH"
export PATH="/usr/local/opt/ccache/libexec:$PATH"
export PATH="/usr/local/opt/llvm/bin:$PATH"
export PATH="/usr/local/opt/binutils/bin:$PATH"
export PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
export PATH="$(brew --prefix)/opt/python/libexec/bin:$PATH"
MANPATH="/usr/local/opt/coreutils/libexec/gnuman:$MANPATH"
function locate { mdfind "kMDItemDisplayName == '$@'wc"; }
env | xargs -n 1 echo | sed 's/=.*//' | xargs -n 1 -I@ bash -c 'launchctl setenv @ "$@"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment