direnv allow

This commit is contained in:
Tyler Starr 2024-01-13 20:08:46 +00:00
parent c6f6a78877
commit b4cf3f650f

View File

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