From 68da022ec768f5c753cb05cfe9a05ff3eac356b4 Mon Sep 17 00:00:00 2001 From: eeleater Date: Wed, 3 Nov 2021 07:12:17 +0100 Subject: [PATCH] Update dot_zshrc --- dot_zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot_zshrc b/dot_zshrc index cc17b59..a6b8e2d 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -9,6 +9,10 @@ zstyle ':z4h:fzf-complete' recurse-dirs 'no' # automatic teleportation of z4h to ssh (yes, no) example: zstyle ':z4h:ssh:example-hostname1' enable 'yes' zstyle ':z4h:ssh:*' enable 'no' +# direnv enable +zstyle ':z4h:direnv' enable 'yes' +zstyle ':z4h:direnv:success' notify 'no' + z4h install ohmyzsh/ohmyzsh || return z4h install urbainvaes/fzf-marks || return z4h install mroth/evalcache || return