mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2025-01-22 13:23:56 +01:00
4 lines
227 B
Fish
4 lines
227 B
Fish
|
function tideconfig
|
||
|
tide configure --auto --style=Lean --prompt_colors='16 colors' --show_time=No --lean_prompt_height='Two lines' --prompt_connection=Disconnected --prompt_spacing=Sparse --icons='Few icons' --transient=No
|
||
|
end
|