mirror of
https://github.com/dcarrillo/dotfiles.git
synced 2025-04-04 09:19:49 +00:00
[zshrc] Add direnv hook
This commit is contained in:
parent
d43545b427
commit
b136026491
4
.zshrc
4
.zshrc
@ -119,6 +119,10 @@ if [ -z $SSH_AUTH_SOCK ] && [ -S "${XDG_RUNTIME_DIR}/ssh-agent.socket" ]; then
|
||||
export SSH_AUTH_SOCK="${XDG_RUNTIME_DIR}/ssh-agent.socket"
|
||||
fi
|
||||
|
||||
## direnv
|
||||
|
||||
eval "$(direnv hook zsh)"
|
||||
|
||||
# Autocompletion
|
||||
|
||||
autoload -U compinit && compinit
|
||||
|
Loading…
x
Reference in New Issue
Block a user