From 193254990db570f2476f76ad5d49f1d46fa7f535 Mon Sep 17 00:00:00 2001 From: Frieder Schlesier Date: Fri, 28 Jun 2024 21:38:04 +0200 Subject: [PATCH] .bashrc: remove NVM, pnpm --- .bashrc | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) mode change 100755 => 100644 .bashrc diff --git a/.bashrc b/.bashrc old mode 100755 new mode 100644 index e5a172e..8e1b556 --- a/.bashrc +++ b/.bashrc @@ -117,6 +117,7 @@ if ! shopt -oq posix; then . /etc/bash_completion fi fi + . "$HOME/.cargo/env" ssh-add -l &>/dev/null @@ -137,13 +138,3 @@ eval "$(starship init bash)" # BEGIN_KITTY_SHELL_INTEGRATION if test -n "$KITTY_INSTALLATION_DIR" -a -e "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; then source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash"; fi # END_KITTY_SHELL_INTEGRATION - -# curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash -export NVM_DIR="$HOME/.nvm" -[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh" # This loads nvm -[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion - -# pnpm -export PNPM_HOME="/home/fschl/.local/share/pnpm" -export PATH="$PNPM_HOME:$PATH" -# pnpm end \ No newline at end of file