diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2023-09-24 21:35:42 +0200 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2023-09-24 21:35:42 +0200 |
| commit | 9b7d09d161e3000c8c440059040348466b16811c (patch) | |
| tree | a4b4b7329a0f95fcfe7a0ad19da9e422f2602653 /shell/zsh | |
| parent | 670f643461f90874c0f7601ac3392a5a7df799d6 (diff) | |
.
Diffstat (limited to 'shell/zsh')
| -rw-r--r-- | shell/zsh/.zshrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/zsh/.zshrc b/shell/zsh/.zshrc index 83f69b7..debd4b0 100644 --- a/shell/zsh/.zshrc +++ b/shell/zsh/.zshrc @@ -25,6 +25,8 @@ PROMPT='[%F{green}%n%f@%m %F{green}%~%f$(__git_ps1 " (%s)")]$ ' [ -n "$(command -v broot)" ] && . ~/.dotfiles/shell/zsh/broot.zsh +[ -n "$(command -v direnv)" ] && eval "$(direnv hook zsh)" + SYSTEM_PLUGINS=(/usr/share/zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh /usr/share/zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh) |
