From 61228c0d1d9f93cd0e3f37f7d0bcf87e3fdd2441 Mon Sep 17 00:00:00 2001 From: Giovanni Bassi Date: Sat, 1 Jun 2024 04:09:24 -0300 Subject: [PATCH] Remove n, we'll use nix to manage node --- .bashrc | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.bashrc b/.bashrc index b74a09c..9b99497 100755 --- a/.bashrc +++ b/.bashrc @@ -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 @@ -158,4 +151,3 @@ else fi fi fi -