diff --git a/shell/direnv b/shell/direnv index 51ac750..a6c19bd 100755 --- a/shell/direnv +++ b/shell/direnv @@ -17,5 +17,9 @@ if command -v direnv 2>&1 >/dev/null; then trap - SIGINT; } fi +else + _direnv_hook() { + : + } fi