diff --git a/home/shell.nix b/home/shell.nix index 1a150e9..7dbf25b 100644 --- a/home/shell.nix +++ b/home/shell.nix @@ -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 = {