Browse Source

add gnu coreutils to path

vim-swap-undo
Charles Reid 6 years ago
parent
commit
3be7090127
  1. 1
      .bash_profile

1
.bash_profile

@ -14,6 +14,7 @@ GIT_EDITOR="vim" @@ -14,6 +14,7 @@ GIT_EDITOR="vim"
PATH="/usr/local/bin:$PATH"
PATH="/usr/local/sbin:${PATH}" # homebrew admin tools
PATH="${HOME}/go/bin:${PATH}"
PATH="$(brew --prefix coreutils)/libexec/gnubin:${PATH}"
if [[ "$HOSTNAME" == "maya" ]]; then

Loading…
Cancel
Save