Bash updates
This commit is contained in:
6
.zshrc
6
.zshrc
@@ -67,8 +67,10 @@ plugins=(
|
|||||||
git
|
git
|
||||||
autojump
|
autojump
|
||||||
urltools
|
urltools
|
||||||
|
bgnotify
|
||||||
zsh-autosuggestions
|
zsh-autosuggestions
|
||||||
zsh-syntax-highlighting
|
zsh-syntax-highlighting
|
||||||
|
zsh-history-enquirer
|
||||||
jovial
|
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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user