Fix fish shell look on startup

This commit is contained in:
2025-08-11 22:41:06 +02:00
parent 4fe0477416
commit 4eef1ecc0f
+1 -1
View File
@@ -14,7 +14,7 @@
# accept completion with ctrl-y # accept completion with ctrl-y
bind --mode insert \cy forward-char bind --mode insert \cy forward-char
# initialize prompt # 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 = { shellAbbrs = {
la = "ls -lahH"; la = "ls -lahH";