feat(fish): gate the default shell and prefer abbreviations

Move the login-shell switch behind a new modules.fish.defaultShell
option (default false; neogaia opts in). Convert every non-eza alias to
an abbreviation, set preferAbbrs and pin generateCompletions, and switch
the command line to vi-style editing. Cap navigation at four dots and
drop psmem/psmem10/dir/vdir/please. Comment the installed packages.
This commit is contained in:
2026-07-18 18:17:48 -04:00
parent 8346d63e64
commit 9eb0fe797a
3 changed files with 40 additions and 18 deletions

View File

@@ -37,6 +37,7 @@
# fish as the login shell.
modules.fish.enable = true;
modules.fish.defaultShell = true;
# Locale preferences for the base system.
time.timeZone = "America/New_York";