diff --git a/home/.chezmoiscripts/run_once_after_20-install-asdf-plugins.sh.tmpl b/home/.chezmoiscripts/run_once_after_20-install-asdf-plugins.sh.tmpl index ea55ee0..f7c941d 100644 --- a/home/.chezmoiscripts/run_once_after_20-install-asdf-plugins.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_20-install-asdf-plugins.sh.tmpl @@ -34,8 +34,6 @@ inf "installing direnv with system version..." # no need to run asdf direnv setup --shell zsh --version latest # as it is managed by zim module asdf plugin-add direnv -asdf install direnv latest -asdf global direnv latest for plugin in ${!plugins[@]}; do inf "installing ${plugin}..." diff --git a/home/dot_zshrc b/home/dot_zshrc index 586b674..4787b22 100644 --- a/home/dot_zshrc +++ b/home/dot_zshrc @@ -156,7 +156,7 @@ show_virtual_env() { } PS1='$(show_virtual_env)'$PS1 -# eval "$(direnv hook zsh)" +eval "$(direnv hook zsh)"