mirror of
https://github.com/lloeki/dotfiles.git
synced 2025-12-06 07:24:39 +01:00
Handle missing direnv
This commit is contained in:
parent
9c171bee71
commit
4bcb34d8d6
1 changed files with 4 additions and 0 deletions
|
|
@ -17,5 +17,9 @@ if command -v direnv 2>&1 >/dev/null; then
|
|||
trap - SIGINT;
|
||||
}
|
||||
fi
|
||||
else
|
||||
_direnv_hook() {
|
||||
:
|
||||
}
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue