diff --git a/home/private_dot_config/zsh/zexists.d/cmd/direnv.zsh b/home/private_dot_config/zsh/zexists.d/cmd/direnv.zsh index 0e2c7b9..2eead34 100644 --- a/home/private_dot_config/zsh/zexists.d/cmd/direnv.zsh +++ b/home/private_dot_config/zsh/zexists.d/cmd/direnv.zsh @@ -1,3 +1,4 @@ #!/usr/bin/env zsh -eval "$(direnv hook zsh)" +# eval "$(direnv hook zsh)" +smartcache eval direnv hook zsh diff --git a/home/private_dot_config/zsh/zexists.d/cmd/fnm.zsh b/home/private_dot_config/zsh/zexists.d/cmd/fnm.zsh index e5f20e1..c431d70 100644 --- a/home/private_dot_config/zsh/zexists.d/cmd/fnm.zsh +++ b/home/private_dot_config/zsh/zexists.d/cmd/fnm.zsh @@ -1 +1,2 @@ -eval "$(fnm env --shell zsh)" +# eval "$(fnm env --shell zsh)" +smartcache eval fnm env --shell zsh diff --git a/home/private_dot_config/zsh/zexists.d/cmd/pyenv.zsh b/home/private_dot_config/zsh/zexists.d/cmd/pyenv.zsh index 876ddf6..dfbc5da 100644 --- a/home/private_dot_config/zsh/zexists.d/cmd/pyenv.zsh +++ b/home/private_dot_config/zsh/zexists.d/cmd/pyenv.zsh @@ -1,3 +1,4 @@ #!/usr/bin/env zsh -eval "$(pyenv init -)" +# eval "$(pyenv init -)" +smartcache eval pyent init -