Unverified Commit a3ea785c authored by Michael Klemm's avatar Michael Klemm Committed by GitHub
Browse files

direnv: check if direnv is installed (#8809)

parent 570729f2
# Don't continue if direnv is not found
command -v direnv &>/dev/null || return
_direnv_hook() { _direnv_hook() {
trap -- '' SIGINT; trap -- '' SIGINT;
eval "$(direnv export zsh)"; eval "$(direnv export zsh)";
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment