Browse Source

+ emergency nvm scripts (corrected for a normal handed install)

master
dimti 2 months ago
parent
commit
3590e4d11f
  1. 7
      .bashrc

7
.bashrc

@ -79,10 +79,9 @@ eval "$(starship init bash)"
export LC_ALL=en_US.UTF-8 export LC_ALL=en_US.UTF-8
export LANG=ru_RU.UTF-8 export LANG=ru_RU.UTF-8
[ -z "$NVM_DIR" ] && export NVM_DIR="$HOME/.nvm"
test -d $NVM_DIR && source /usr/share/nvm/nvm.sh
test -d $NVM_DIR && source /usr/share/nvm/bash_completion
test -d $NVM_DIR && source /usr/share/nvm/install-nvm-exec
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
# auto into tmux session # auto into tmux session
if [[ -n "$PS1" ]] && [[ -z "$TMUX" ]] && [[ -n "$SSH_CONNECTION" ]]; then if [[ -n "$PS1" ]] && [[ -z "$TMUX" ]] && [[ -n "$SSH_CONNECTION" ]]; then

Loading…
Cancel
Save