Open fzakaria opened 3 months ago
Pretty sure it's tide since when I do fish --no-config
I don't experience it
tide configure --auto --style=Lean --prompt_colors='True color' \
--show_time='24-hour format' --lean_prompt_height='Two lines' \
--prompt_connection=Disconnected --prompt_spacing=Sparse \
--icons='Many icons' --transient=Yes
fzf_configure_bindings --directory=\cf --processes=\cp --git_log=\cl
set fzf_diff_highlighter delta --paging=never --width=20
tide configure ...
clears the screen here https://github.com/IlanCosman/tide/blob/main/functions/tide/configure/choices/all/finish.fish#L17
Hi!
Really like tide but I noticed that when I enter fish the whole terminal gets reset. This is a bit frustrating because I actually enter fish from bash on machines I SSH into and it'll clear the screen the SSH server might have emitted.
Is there a way with
tide configure
to have it not reset the terminal?