Set up direnv
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
337971f963
commit
a3285ce1be
1 changed files with 6 additions and 0 deletions
|
@ -57,6 +57,12 @@ source ${HOME}/.zsh/config-git.zsh
|
||||||
## Load peco functions
|
## Load peco functions
|
||||||
source ${HOME}/.zsh/peco.sh
|
source ${HOME}/.zsh/peco.sh
|
||||||
|
|
||||||
|
## Load direnv
|
||||||
|
(which direnv >/dev/null 2>&1) && {
|
||||||
|
export DIRENV_LOG_FORMAT=""
|
||||||
|
eval "$(direnv hook zsh)"
|
||||||
|
}
|
||||||
|
|
||||||
## Clean PATH from duplicates
|
## Clean PATH from duplicates
|
||||||
export PATH=$(${HOME}/bin/path-dedup.py)
|
export PATH=$(${HOME}/bin/path-dedup.py)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue