make direnv stay quiet
This commit is contained in:
parent
6504059478
commit
d5e219fb89
1 changed files with 2 additions and 2 deletions
4
.zshrc
4
.zshrc
|
@ -11,6 +11,7 @@ export PATH=$HOME/bin:$PATH:/bin:/sbin:/usr/sbin:/usr/local/sbin
|
|||
|
||||
ZSH_THEME="robbyrussell"
|
||||
|
||||
export DIRENV_LOG_FORMAT=
|
||||
export RIPGREP_CONFIG_PATH=$HOME/.ripgreprc
|
||||
|
||||
export HISTFILE=~/.zsh_history
|
||||
|
@ -25,7 +26,6 @@ export ZSH_HIGHLIGHT_STYLES[builtin]='fg=190'
|
|||
setopt append_history
|
||||
setopt share_history
|
||||
|
||||
|
||||
source ~/.zplug/init.zsh
|
||||
|
||||
zplug "miekg/lean"
|
||||
|
@ -180,6 +180,7 @@ cd_func () {
|
|||
fi
|
||||
"cd" "${dir}"
|
||||
fasd -A $PWD
|
||||
eval $(direnv export zsh)
|
||||
}
|
||||
alias cd=cd_func
|
||||
|
||||
|
@ -222,7 +223,6 @@ export FZF_COMPLETION_TRIGGER=";"
|
|||
command -v kubectl >/dev/null 2>&1 && source <(kubectl completion zsh)
|
||||
command -v kops >/dev/null 2>&1 && source <(kops completion zsh)
|
||||
command -v helm >/dev/null 2>&1 && source <(helm completion zsh)
|
||||
command -v direnv >/dev/null 2>&1 && source <(direnv hook zsh)
|
||||
|
||||
[ -f /usr/share/bash-completion/completions/aws ] && source /usr/share/bash-completion/completions/aws
|
||||
[ -f /opt/google-cloud-sdk/completion.zsh.inc ] && source /opt/google-cloud-sdk/completion.zsh.inc
|
||||
|
|
Loading…
Reference in a new issue