Skip to content

Commit

Permalink
Merge pull request #34 from VEBERArnaud/feat/add-node-modules-bin-to-…
Browse files Browse the repository at this point in the history
…path

feat(path): add relative node_modules binaries to the path
  • Loading branch information
VEBERArnaud committed Oct 9, 2016
2 parents 27bd7ff + e918ada commit df122b5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .zprofile
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ export BUNDLE_JOBS=4
export GOPATH=$HOME/Code/go
export PATH=$PATH:$GOPATH/bin

# NPM
export PATH=$PATH:./node_modules/.bin

# MySQL prompt
export MYSQL_PS1='(\D) \u@\h [\d] > '

Expand Down

0 comments on commit df122b5

Please sign in to comment.