task | add nodejs bin to path
This commit is contained in:
parent
0229510150
commit
5748d2df08
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
|||
# set some global stuff first
|
||||
|
||||
NONE='[01;0m'
|
||||
PATH="${HOME}/bin:/run/wrappers/bin:${HOME}/.nix-profile/bin:/etc/profiles/per-user/${USER}/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:${HOME}/go/bin:${HOME}/.local/bin:${HOME}/.cargo/bin:${HOME}/.local/share/gem/ruby/latest/bin"
|
||||
PATH="${HOME}/bin:/run/wrappers/bin:${HOME}/.nix-profile/bin:/etc/profiles/per-user/${USER}/bin:/nix/var/nix/profiles/default/bin:/run/current-system/sw/bin:${HOME}/go/bin:${HOME}/.local/bin:${HOME}/.cargo/bin:${HOME}/.local/share/gem/ruby/latest/bin:${HOME}/node_modules/.bin"
|
||||
GOPATH="${HOME}/go"
|
||||
export PATH
|
||||
export GOPATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue