diff options
Diffstat (limited to 'zsh/.zprofile')
| -rwxr-xr-x | zsh/.zprofile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/.zprofile b/zsh/.zprofile index 8589282..400fa76 100755 --- a/zsh/.zprofile +++ b/zsh/.zprofile @@ -19,5 +19,9 @@ export PATH="$HOME/.bin:$PATH" export PATH="$HOME/.cargo/bin:$HOME/.local/bin:$PATH" export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src" +export PATH="$HOME/.node_modules/bin:$PATH" +export npm_config_prefix=~/.node_modules + + alias open=xdg-open |
