Skip to content

Commit

Permalink
Remove n, we'll use nix to manage node
Browse files Browse the repository at this point in the history
  • Loading branch information
giggio committed Jun 1, 2024
1 parent 7ca7963 commit 61228c0
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,9 @@ fi
if hash vim 2>/dev/null; then
export EDITOR=vim
fi
export PATH=$THIS_DIR/bin:$HOME/bin:$HOME/.local/bin:$PATH
export PATH=$THIS_DIR/bin:$PATH
export TMP=/tmp
export TEMP=/tmp
if ! [ -v N_PREFIX ]; then
N_PREFIX=$HOME/.n
if [ -d "$N_PREFIX" ]; then
export PATH=$N_PREFIX/bin:$PATH
export N_PREFIX
fi
fi
if [ -d "$HOME"/.dotnet/tools ] && ! [[ $PATH =~ "$HOME"/.dotnet/tools ]]; then
export PATH=$PATH:$HOME/.dotnet/tools
fi
Expand Down Expand Up @@ -158,4 +151,3 @@ else
fi
fi
fi

0 comments on commit 61228c0

Please sign in to comment.