removes atuin integration and adds direnv integration

This commit is contained in:
Dennis Schoepf 2025-11-04 14:14:52 +01:00
parent 2f6aaa1570
commit b39c6faf50
2 changed files with 2 additions and 1 deletions

View file

@ -2,7 +2,7 @@
programs.atuin = {
enable = true;
enableBashIntegration = false;
enableFishIntegration = true;
enableFishIntegration = false;
settings = {
style = "compact";
inline_height = 20;

View file

@ -156,6 +156,7 @@
envsource ~/.env
zoxide init fish | source
direnv hook fish | source
fnm env --use-on-cd --shell fish | source
if test -d (brew --prefix)"/share/fish/completions"