Unverified Commit fe5ec4fe authored by Dan Rose's avatar Dan Rose Committed by GitHub
Browse files

direnv: change direnv to not assume path (#8757)

On Ubuntu, direnv is not installed in `/usr/local`.
parent 6dee9f99
_direnv_hook() {
trap -- '' SIGINT;
eval "$("/usr/local/bin/direnv" export zsh)";
eval "$(direnv export zsh)";
trap - SIGINT;
}
typeset -ag precmd_functions;
......
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