1
0
Fork 0

shells: try direnv; terminals: use default cursor color

This commit is contained in:
Von Random 2025-01-15 18:02:11 +02:00
parent 84df469859
commit c5b18e90fe
6 changed files with 9 additions and 14 deletions

View file

@ -99,3 +99,7 @@ if testbin grc; then
done
unset cmds cmd
fi
if testbin direnv; then
eval "$(direnv hook zsh)"
fi