shells: try direnv; terminals: use default cursor color
This commit is contained in:
parent
84df469859
commit
c5b18e90fe
6 changed files with 9 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue