fix: fixed nvm config
parent
4b9806c5f8
commit
7f992afd2c
13
.zshrc
13
.zshrc
|
|
@ -86,9 +86,9 @@ unsetopt HIST_VERIFY # Execute commands using history (e.g.: using !$) immediate
|
||||||
# ZSH_CUSTOM=/path/to/new-custom-folder
|
# ZSH_CUSTOM=/path/to/new-custom-folder
|
||||||
|
|
||||||
# nvm configuration
|
# nvm configuration
|
||||||
zstyle ':omz:plugins:nvm' lazy yes
|
# zstyle ':omz:plugins:nvm' lazy yes
|
||||||
zstyle ':omz:plugins:nvm' autoload 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
|
# fzf-tab configuration
|
||||||
zstyle ':fzf-tab:complete:cd:*' fzf-preview '/bin/eza -1 --color=always $realpath'
|
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
|
# 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"
|
# export MANPATH="/usr/local/man:$MANPATH"
|
||||||
|
|
||||||
# VSCode shell integration
|
# VSCode shell integration
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue