Mercurial > dotfiles
comparison dot_bashrc @ 436:cf524a68bebc
Add local-global npm install folder to path
author | Zeger Van de Vannet <zegervdv@me.com> |
---|---|
date | Mon, 16 Aug 2021 09:14:41 +0200 |
parents | 7838713fd3b4 |
children | c72fa6d32653 |
comparison
equal
deleted
inserted
replaced
435:e67efbc7de41 | 436:cf524a68bebc |
---|---|
29 export XDG_CONFIG_HOME=$HOME/.config | 29 export XDG_CONFIG_HOME=$HOME/.config |
30 | 30 |
31 PATH=$HOME/bin:$PATH | 31 PATH=$HOME/bin:$PATH |
32 PATH=$HOME/.cargo/bin:$PATH | 32 PATH=$HOME/.cargo/bin:$PATH |
33 PATH=$HOME/.local/bin:$PATH | 33 PATH=$HOME/.local/bin:$PATH |
34 PATH=$HOME/.npm-global/bin:$PATH | |
34 | 35 |
35 cd_func () | 36 cd_func () |
36 { | 37 { |
37 local x2 the_new_dir adir index | 38 local x2 the_new_dir adir index |
38 local -i cnt | 39 local -i cnt |