From 9b7d09d161e3000c8c440059040348466b16811c Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Sun, 24 Sep 2023 21:35:42 +0200 Subject: . --- shell/zsh/.zshrc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shell/zsh/.zshrc') 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) -- cgit v1.2.3-70-g09d2