fix: fixed nvm config

inist
oxypomme 2025-08-10 10:25:59 +02:00
parent 4b9806c5f8
commit 7f992afd2c
1 changed files with 2 additions and 11 deletions

13
.zshrc
View File

@ -86,9 +86,9 @@ unsetopt HIST_VERIFY # Execute commands using history (e.g.: using !$) immediate
# ZSH_CUSTOM=/path/to/new-custom-folder
# nvm configuration
zstyle ':omz:plugins:nvm' lazy yes
# zstyle ':omz:plugins:nvm' lazy yes
zstyle ':omz:plugins:nvm' autoload yes
# zstyle ':omz:plugins:nvm' silent-autoload yes # optionally remove the output generated by NVM when autoloading
zstyle ':omz:plugins:nvm' silent-autoload yes # optionally remove the output generated by NVM when autoloading
# fzf-tab configuration
zstyle ':fzf-tab:complete:cd:*' fzf-preview '/bin/eza -1 --color=always $realpath'
@ -119,15 +119,6 @@ eval "$(oh-my-posh init zsh --config ~/.p10k.omp.json)"
# User configuration
# nvm configuration
# zstyle ':omz:plugins:nvm' lazy yes
# zstyle ':omz:plugins:nvm' autoload yes
# zstyle ':omz:plugins:nvm' silent-autoload yes # optionally remove the output generated by NVM when autoloading
# fzf-tab configuration
zstyle ':fzf-tab:complete:cd:*' fzf-preview '/bin/eza -1 --color=always $realpath'
zstyle ':fzf-tab:complete:systemctl-*:*' fzf-preview 'SYSTEMD_COLORS=1 systemctl --user status $word'
# export MANPATH="/usr/local/man:$MANPATH"
# VSCode shell integration