summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Uko Kokņevičs2026-02-15 16:50:38 +0200
committerGravatar Uko Kokņevičs2026-02-15 16:51:57 +0200
commit5e9be3f7afcb16b965d0b2d9f18f5aff962e72c9 (patch)
treefa44fb36481ec3948cf01abcb2be2fa2315a7bcc
parentemacs: add glsl-mode (diff)
downloaddotfiles-5e9be3f7afcb16b965d0b2d9f18f5aff962e72c9.tar.gz
dotfiles-5e9be3f7afcb16b965d0b2d9f18f5aff962e72c9.tar.xz
dotfiles-5e9be3f7afcb16b965d0b2d9f18f5aff962e72c9.zip
zsh: Add direnv
-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