"plugins/vscode:/vscode.git/clone" did not exist on "fae34b383d6432f7118c2ad082224f6d27d51221"
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() {
trap -- '' SIGINT;
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