IlanCosman / tide

🌊 The ultimate Fish prompt.
MIT License
3.04k stars 113 forks source link

Terminal clears when I enter fish #522

Open fzakaria opened 3 months ago

fzakaria commented 3 months ago

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?

fzakaria commented 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
peterhirn commented 1 month ago

tide configure ... clears the screen here https://github.com/IlanCosman/tide/blob/main/functions/tide/configure/choices/all/finish.fish#L17