summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/.config/zsh/.zshrc4
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:
35source ~/.config/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 35source ~/.config/zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
36ZSH_HIGHLIGHT_HIGHLIGHTERS+=(main brackets) 36ZSH_HIGHLIGHT_HIGHLIGHTERS+=(main brackets)
37
38if (( $+commands[direnv] )); then
39 eval "$(direnv hook zsh)"
40fi