Sfoglia il codice sorgente

Add ~/.local/bin to PATH

Emmanuel Bouthenot 5 mesi fa
parent
commit
d491ceb3c8
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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"