diff options
| author | Simen A. W. Olsen <so@bjerk.io> | 2021-09-01 09:45:48 +0200 |
|---|---|---|
| committer | Simen A. W. Olsen <so@bjerk.io> | 2021-09-01 09:45:48 +0200 |
| commit | 97f060c6a62c87b0815a3edbdcf975ca87d482f5 (patch) | |
| tree | ea9afe00b5c3a369096c75091c27629b9c4e3cb8 /.path | |
| parent | 987002ce6dae4bbfeac58b1c7b2e1604f35caece (diff) | |
| download | dotfiles-97f060c6a62c87b0815a3edbdcf975ca87d482f5.tar.gz dotfiles-97f060c6a62c87b0815a3edbdcf975ca87d482f5.zip | |
add npm utils
Diffstat (limited to '.path')
| -rw-r--r-- | .path | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -5,6 +5,9 @@ export GOPATH=~/go export REPOS=~/ghq +# NPM Utilities +export PATH="$PATH:$HOME/.utilities/node_modules/.bin" + # Golang export PATH="$PATH:$GOPATH/bin" @@ -22,4 +25,4 @@ source "$(brew --prefix)/Caskroom/google-cloud-sdk/latest/google-cloud-sdk/compl if [ -f "$HOME/.netlify/helper/path.zsh.inc" ]; then source "$HOME/.netlify/helper/path.zsh.inc"; fi # Add VSCode to PATH -export PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin"
\ No newline at end of file +export PATH="$PATH:/Applications/Visual Studio Code.app/Contents/Resources/app/bin" |
