Skip to content

Commit

Permalink
Add n as version manager (node)
Browse files Browse the repository at this point in the history
  • Loading branch information
andys8 committed Aug 7, 2023
1 parent f662f21 commit a8b72e2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions profile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ export IBUS_ENABLE_SYNC_MODE=1
# Fix xmonad java windows
export _JAVA_AWT_WM_NONREPARENTING=1

# n (node version manager) directory
export N_PREFIX=$HOME/.local

# set environment
export EDITOR=vim
export VISUAL=vim
Expand Down
1 change: 1 addition & 0 deletions scripts/update-npm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ packages=(
http-server # spin up http server in directory
http-status-cli # http status lookup tool
npm-check-updates # npm update depndencies
n # node version manager
pnpm # alternative to npm
prettier # JS/TS/CSS/Markdown formatter
pscid # purescript compiler daemon (like ghcid)
Expand Down

0 comments on commit a8b72e2

Please sign in to comment.