1
0
Fork 0

shells: get rid of direnv, work around dynamic vars with simple scripts

This commit is contained in:
Von Random 2025-02-19 20:13:37 +02:00
parent 6ac19899f4
commit fcb95a7eec
2 changed files with 0 additions and 8 deletions

View file

@ -44,10 +44,6 @@ 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