mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 13:35:30 +00:00
.commit_message.tmpl
This commit is contained in:
@@ -22,3 +22,6 @@ ohmyzsh/ohmyzsh path:plugins/command-not-found
|
||||
zsh-users/zsh-syntax-highlighting
|
||||
desyncr/auto-ls
|
||||
|
||||
# nvm installation with lazy loading
|
||||
# (faster shell startup than using nvm)
|
||||
ohmyzsh/ohmyzsh path:plugins/nvm
|
||||
|
||||
11
dot_zshrc
11
dot_zshrc
@@ -33,7 +33,14 @@ if [ -f $LOCAL_ALIAS_FILE ]; then
|
||||
source $LOCAL_ALIAS_FILE
|
||||
fi
|
||||
|
||||
|
||||
autoload -U +X compinit && compinit # fix compdef not found
|
||||
|
||||
# configure oh-my-zsh/nvm for lazy loading nvm
|
||||
zstyle ':omz:plugins:nvm' lazy yes
|
||||
zstyle ':omz:plugins:nvm' autoload yes
|
||||
zstyle ':omz:plugins:nvm' silent-autoload yes
|
||||
|
||||
source $HOME/.antidote/antidote.zsh
|
||||
antidote load
|
||||
|
||||
@@ -46,7 +53,3 @@ bindkey -v
|
||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||
bindkey '^f' fzf-file-widget
|
||||
|
||||
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
|
||||
[ -s "$HOME/.cargo/env" ] && \. "$HOME/.cargo/env" # Load cargo env
|
||||
|
||||
Reference in New Issue
Block a user