diff --git a/.zshrc b/.zshrc index 4bcfaa5..007d6cc 100644 --- a/.zshrc +++ b/.zshrc @@ -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