From f5303fa12503373aecb0412b0e61468d34009a2a Mon Sep 17 00:00:00 2001 From: Antoine Phan Date: Fri, 26 Jul 2024 06:06:42 -0400 Subject: [PATCH] Bash updates --- .zshrc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.zshrc b/.zshrc index ea54812..86cb0aa 100644 --- a/.zshrc +++ b/.zshrc @@ -67,8 +67,10 @@ plugins=( git autojump urltools + bgnotify zsh-autosuggestions zsh-syntax-highlighting + zsh-history-enquirer jovial ) @@ -159,3 +161,7 @@ eval "$(zoxide init --cmd cd zsh)" if [ -e /home/antoine/.nix-profile/etc/profile.d/nix.sh ]; then . /home/antoine/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer + +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