HunterThueson / dots

Dotfiles for my NixOS configuration
GNU Lesser General Public License v2.1
0 stars 0 forks source link

`starship` prompt leaves an empty line at top of new terminals #46

Open HunterThueson opened 1 year ago

HunterThueson commented 1 year ago

After opening a new terminal or running clear, the starship prompt doesn't start at the top line of the terminal. Instead, it leaves one empty line because I have the option add_newline = true set in my configuration. I want to keep a newline in between each command that I run, but if there's a way to get rid of the newline ONLY when it appears on the top line of the terminal, I'll implement that in a heartbeat.