Move shell configs closer together

main
Bo Jeanes 2024-07-17 14:09:50 +10:00
parent 5a7cc845f1
commit 5476a1b414
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -216,8 +216,6 @@
};
};
};
programs.starship.enable = true;
programs.bash.enable = true;
# difftastic will show syntactical/structural changes in diffs
# programs.git.difftastic.enable = true;
@ -239,6 +237,8 @@
syntaxHighlighting.enable = true;
autosuggestion.enable = true;
};
programs.bash.enable = true;
programs.starship.enable = true;
programs.direnv.enable = true;
programs.direnv.enableZshIntegration = true;