dotfiles/dot_config/fish/private_functions/tideconfig.fish

3 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