1
0
Fork 0

shell: bring direnv back, because mise cannot into command substitution

This commit is contained in:
Von Random 2025-02-19 01:18:33 +02:00
parent 60958b6840
commit 6ac19899f4
4 changed files with 14 additions and 6 deletions

View file

@ -43,3 +43,11 @@ zstyle ':completion:*:processes-names' command 'ps axho command'
zstyle ':completion:*:default' list-colors ${(s.:.)LS_COLORS}
unalias ld ls ll &>/dev/null
if testbin direnv; then
eval "$(direnv hook zsh)"
fi
if testbin mise; then
eval "$(mise activate zsh)"
fi