diff options
| author | 2026-02-15 16:50:38 +0200 | |
|---|---|---|
| committer | 2026-02-15 16:51:57 +0200 | |
| commit | 5e9be3f7afcb16b965d0b2d9f18f5aff962e72c9 (patch) | |
| tree | fa44fb36481ec3948cf01abcb2be2fa2315a7bcc | |
| parent | emacs: add glsl-mode (diff) | |
| download | dotfiles-5e9be3f7afcb16b965d0b2d9f18f5aff962e72c9.tar.gz dotfiles-5e9be3f7afcb16b965d0b2d9f18f5aff962e72c9.tar.xz dotfiles-5e9be3f7afcb16b965d0b2d9f18f5aff962e72c9.zip | |
zsh: Add direnv
| -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 | ||