Handle missing direnv

This commit is contained in:
Loic Nageleisen 2021-11-27 00:21:15 +01:00
parent 9c171bee71
commit 4bcb34d8d6
Signed by: lloeki
GPG key ID: 971B4D9F125CD31E

View file

@ -17,5 +17,9 @@ if command -v direnv 2>&1 >/dev/null; then
trap - SIGINT; trap - SIGINT;
} }
fi fi
else
_direnv_hook() {
:
}
fi fi