Skip to content

Commit

Permalink
update bash path, add zsh path
Browse files Browse the repository at this point in the history
  • Loading branch information
johnko committed Oct 20, 2018
1 parent ae1d491 commit d1a86eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .bash_path
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ export GOPATH="${HOME}/go"
export PATH="/usr/local/opt/curl/bin:${PATH}"
export PATH="/usr/local/opt/openssl/bin:${PATH}"
export PATH="${HOME}/bin:${PATH}"
#"${GOROOT}/bin:${GOPATH}/bin:/usr/local/go/bin"
# "${GOROOT}/bin:${GOPATH}/bin:/usr/local/go/bin"
7 changes: 7 additions & 0 deletions .zsh_path
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/usr/bin/env bash
export GOPATH="${HOME}/go"
export PATH="/usr/local/bin:${PATH}"
export PATH="/usr/local/opt/curl/bin:${PATH}"
export PATH="/usr/local/opt/openssl/bin:${PATH}"
# export PATH="${HOME}/bin:${PATH}"
# "${GOROOT}/bin:${GOPATH}/bin:/usr/local/go/bin"

0 comments on commit d1a86eb

Please sign in to comment.