From 105393e0d07d376a935570f2552e7aa3bfe96107 Mon Sep 17 00:00:00 2001 From: Nils Walther Date: Sat, 3 Jan 2026 11:53:17 +0100 Subject: [PATCH] keine abbr --- home/shell.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 = {