Browse Source

Add ~/.local/bin to PATH

Emmanuel Bouthenot 5 months ago
parent
commit
d491ceb3c8
1 changed files with 5 additions and 0 deletions
  1. 5 0
      zsh/zshrc

+ 5 - 0
zsh/zshrc

@@ -299,6 +299,11 @@ export NPM_CONFIG_TMP="${XDG_RUNTIME_DIR}/npm"
 # yarn is not yet able to use XDG-* directories, workaround:
 alias yarn="HOME=${TMPDIR} yarn"
 
+#
+# Additional entries in PATH
+#
+export PATH="${HOMEDIR}/.local/bin:${PATH}"
+
 # Sourcing ~/.zshrc
 
 ZSHRC="${HOMEDIR}/.zshrc"