Revert "direnv allow"

This reverts commit b4cf3f650f.
This commit is contained in:
Tyler Starr 2024-01-13 16:33:06 -08:00
parent 19367553c0
commit 97a8cb7462

View File

@ -31,6 +31,3 @@ fi;
if type _git &> /dev/null; then
complete -o default -o nospace -F _git g;
fi;
# hook direnv
eval "$(direnv hook bash)"