mirror of
https://github.com/vbrandl/dotfiles
synced 2024-11-22 16:03:50 +01:00
Make node stuff work
This commit is contained in:
parent
14746ad405
commit
d1de43de40
@ -108,5 +108,9 @@ export GUIX_LOCPATH="$HOME/.guix-profile/lib/locale"
|
||||
export PATH="$HOME/.config/guix/current/bin${PATH:+:}$PATH"
|
||||
export PATH="$HOME/.guix-profile/bin${PATH:+:}$PATH"
|
||||
|
||||
export NPM_PACKAGES="${HOME}/.npm-packages"
|
||||
export NODE_PATH="${NPM_PACKAGES}/lib/node_modules:$NODE_PATH"
|
||||
export PATH="${NPM_PACKAGES}/bin:$PATH"
|
||||
|
||||
TIMEFMT=$'\nreal\t%*E\nuser\t%*U\nsys\t%*S\nmaxmem\t%M MB\nfaults\t%F'
|
||||
# vim: set filetype=zsh ts=4 sw=4 tw=0 et :
|
||||
|
Loading…
Reference in New Issue
Block a user