diff options
| -rw-r--r-- | zsh/.config/zsh/.zshrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/zsh/.config/zsh/.zshrc b/zsh/.config/zsh/.zshrc index 7845b6f..bcdadd5 100644 --- a/zsh/.config/zsh/.zshrc +++ b/zsh/.config/zsh/.zshrc | |||
| @@ -34,3 +34,7 @@ source ~/.config/zsh/zsh-autosuggestions/zsh-autosuggestions.zsh | |||
| 34 | # This should be the last thing sourced in the file: | 34 | # This should be the last thing sourced in the file: |
| 35 | source ~/.config/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh | 35 | source ~/.config/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh |
| 36 | ZSH_HIGHLIGHT_HIGHLIGHTERS+=(main brackets) | 36 | ZSH_HIGHLIGHT_HIGHLIGHTERS+=(main brackets) |
| 37 | |||
| 38 | if (( $+commands[direnv] )); then | ||
| 39 | eval "$(direnv hook zsh)" | ||
| 40 | fi | ||