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
dot_config

View file

@ -20,10 +20,6 @@ if status is-interactive
end
end
if command -q direnv
direnv hook fish | source
end
if command -q mise
mise activate fish | source
end

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