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