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"
|
ZSH_THEME="robbyrussell"
|
||||||
|
|
||||||
|
export DIRENV_LOG_FORMAT=
|
||||||
export RIPGREP_CONFIG_PATH=$HOME/.ripgreprc
|
export RIPGREP_CONFIG_PATH=$HOME/.ripgreprc
|
||||||
|
|
||||||
export HISTFILE=~/.zsh_history
|
export HISTFILE=~/.zsh_history
|
||||||
|
@ -25,7 +26,6 @@ export ZSH_HIGHLIGHT_STYLES[builtin]='fg=190'
|
||||||
setopt append_history
|
setopt append_history
|
||||||
setopt share_history
|
setopt share_history
|
||||||
|
|
||||||
|
|
||||||
source ~/.zplug/init.zsh
|
source ~/.zplug/init.zsh
|
||||||
|
|
||||||
zplug "miekg/lean"
|
zplug "miekg/lean"
|
||||||
|
@ -180,6 +180,7 @@ cd_func () {
|
||||||
fi
|
fi
|
||||||
"cd" "${dir}"
|
"cd" "${dir}"
|
||||||
fasd -A $PWD
|
fasd -A $PWD
|
||||||
|
eval $(direnv export zsh)
|
||||||
}
|
}
|
||||||
alias cd=cd_func
|
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 kubectl >/dev/null 2>&1 && source <(kubectl completion zsh)
|
||||||
command -v kops >/dev/null 2>&1 && source <(kops 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 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 /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
|
[ -f /opt/google-cloud-sdk/completion.zsh.inc ] && source /opt/google-cloud-sdk/completion.zsh.inc
|
||||||
|
|
Loading…
Reference in a new issue