Fix fish shell look on startup
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user