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

@ -19,4 +19,8 @@ if status is-interactive
printf '\e[31m>>\e[39m exit \e[31m%s\e[39m\n' $ret
end
end
if command -q direnv
direnv hook fish | source
end
end