Update dotfiles/.zshrc
This commit is contained in:
parent
14d31cbf06
commit
74fc143ceb
1 changed files with 3 additions and 3 deletions
|
@ -351,9 +351,9 @@ if command -v deno > /dev/null; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
### direnv
|
### direnv
|
||||||
if command -v direnv > /dev/null; then
|
#if command -v direnv > /dev/null; then
|
||||||
_evalcache direnv hook zsh
|
# _evalcache direnv hook zsh
|
||||||
fi
|
#fi
|
||||||
|
|
||||||
### Fig
|
### Fig
|
||||||
#if command -v fig > /dev/null; then
|
#if command -v fig > /dev/null; then
|
||||||
|
|
Loading…
Reference in a new issue