keine abbr

This commit is contained in:
2026-01-03 11:53:17 +01:00
parent 84153bbf3e
commit 105393e0d0

View File

@@ -2,11 +2,10 @@
programs.fish = {
enable = true;
shellAbbrs = {
# nix develop -c $SHELL
nd = "nix develop -c fish";
lg = "lazygit";
};
# shellAbbrs = {
# nd = "nix develop -c fish";
# lg = "lazygit";
# };
interactiveShellInit = ''
set fish_greeting
@@ -59,6 +58,7 @@
programs.starship = {
enable = true;
enableFishIntegration = true;
};
programs.git = {