From 1297a2e0ec774a13c9900b63c2b4afbb6582a5d3 Mon Sep 17 00:00:00 2001 From: Peter Son Struschka Date: Wed, 10 Oct 2018 17:19:29 +0700 Subject: multiple changes mostly to zsh and polybar --- zsh/.zprofile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'zsh/.zprofile') 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 -- cgit v1.2.3