Skip to content

Commit 61228c0

Browse files
committed
Remove n, we'll use nix to manage node
1 parent 7ca7963 commit 61228c0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.bashrc

+1-9
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,9 @@ fi
5656
if hash vim 2>/dev/null; then
5757
export EDITOR=vim
5858
fi
59-
export PATH=$THIS_DIR/bin:$HOME/bin:$HOME/.local/bin:$PATH
59+
export PATH=$THIS_DIR/bin:$PATH
6060
export TMP=/tmp
6161
export TEMP=/tmp
62-
if ! [ -v N_PREFIX ]; then
63-
N_PREFIX=$HOME/.n
64-
if [ -d "$N_PREFIX" ]; then
65-
export PATH=$N_PREFIX/bin:$PATH
66-
export N_PREFIX
67-
fi
68-
fi
6962
if [ -d "$HOME"/.dotnet/tools ] && ! [[ $PATH =~ "$HOME"/.dotnet/tools ]]; then
7063
export PATH=$PATH:$HOME/.dotnet/tools
7164
fi
@@ -158,4 +151,3 @@ else
158151
fi
159152
fi
160153
fi
161-

0 commit comments

Comments
 (0)