From 4eef1ecc0f39b54f6c4fd959ca2013880f517fe8 Mon Sep 17 00:00:00 2001 From: Leonhard Kost Date: Mon, 11 Aug 2025 22:41:06 +0200 Subject: [PATCH] Fix fish shell look on startup --- modules/home-manager/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home-manager/fish.nix b/modules/home-manager/fish.nix index 8842343..0506c6a 100644 --- a/modules/home-manager/fish.nix +++ b/modules/home-manager/fish.nix @@ -14,7 +14,7 @@ # accept completion with ctrl-y bind --mode insert \cy forward-char # initialize prompt - tide configure --auto --style=Lean --prompt_colors='16 colors' --show_time=No --lean_prompt_height='Two lines' --prompt_connection=Disconnected --prompt_spacing=Compact --icons='Few icons' --transient=Yes + # tide configure --auto --style=Lean --prompt_colors='16 colors' --show_time=No --lean_prompt_height='Two lines' --prompt_connection=Disconnected --prompt_spacing=Compact --icons='Few icons' --transient=Yes ''; shellAbbrs = { la = "ls -lahH";