Skip to content

Commit

Permalink
fix add zsh-autosuggestions and syntax highlighting to zshrc.j2
Browse files Browse the repository at this point in the history
  • Loading branch information
djtjwillia authored Nov 28, 2023
1 parent 7cb53d9 commit 9bc33b2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion roles/macbook/templates/zshrc.j2
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ eval "$(pyenv virtualenv-init -)"
#setup NVM
export NVM_DIR="$HOME/.nvm"
[ -s "/opt/homebrew/opt/nvm/nvm.sh" ] && \. "/opt/homebrew/opt/nvm/nvm.sh" # This loads nvm
[ -s "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" ] && \. "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" # This loads nvm bash_completion
[ -s "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" ] && \. "/opt/homebrew/opt/nvm/etc/bash_completion.d/nvm" # This loads nvm bash_completion

source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh
source $(brew --prefix)/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh

0 comments on commit 9bc33b2

Please sign in to comment.