smartcache saves thedat
This commit is contained in:
parent
a17fa11ae4
commit
70a0e48cdf
3 changed files with 6 additions and 3 deletions
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
eval "$(direnv hook zsh)"
|
||||
# eval "$(direnv hook zsh)"
|
||||
smartcache eval direnv hook zsh
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
eval "$(fnm env --shell zsh)"
|
||||
# eval "$(fnm env --shell zsh)"
|
||||
smartcache eval fnm env --shell zsh
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
eval "$(pyenv init -)"
|
||||
# eval "$(pyenv init -)"
|
||||
smartcache eval pyent init -
|
||||
|
|
Loading…
Reference in a new issue