smartcache saves thedat

This commit is contained in:
Daylin Morgan 2024-06-13 13:04:58 -05:00
parent a17fa11ae4
commit 70a0e48cdf
Signed by: daylin
GPG key ID: 950D13E9719334AD
3 changed files with 6 additions and 3 deletions

View file

@ -1,3 +1,4 @@
#!/usr/bin/env zsh
eval "$(direnv hook zsh)"
# eval "$(direnv hook zsh)"
smartcache eval direnv hook zsh

View file

@ -1 +1,2 @@
eval "$(fnm env --shell zsh)"
# eval "$(fnm env --shell zsh)"
smartcache eval fnm env --shell zsh

View file

@ -1,3 +1,4 @@
#!/usr/bin/env zsh
eval "$(pyenv init -)"
# eval "$(pyenv init -)"
smartcache eval pyent init -