Browse Source

fix path

master
Brett Langdon 5 years ago
parent
commit
ecd86ba332
No known key found for this signature in database GPG Key ID: E6600FB894DB3D19
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      zshrc.d/.env.zsh

+ 1
- 1
zshrc.d/.env.zsh View File

@ -38,7 +38,7 @@ export GPG_TTY=$(tty)
# Configure Path # Configure Path
PATH="/usr/local/bin:/usr/local/sbin:/sbin:$PATH" PATH="/usr/local/bin:/usr/local/sbin:/sbin:$PATH"
PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH:~/.local/bin"
PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH:$HOME/.local/bin"
PATH="$PATH:/usr/local/go/bin:$GOPATH/bin" PATH="$PATH:/usr/local/go/bin:$GOPATH/bin"
PATH="/usr/local/heroku/bin:$PATH" PATH="/usr/local/heroku/bin:$PATH"
PATH="/usr/local/opt/python/libexec/bin:$PATH" PATH="/usr/local/opt/python/libexec/bin:$PATH"


Loading…
Cancel
Save