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";