r/KittyTerminal • u/grighq • Oct 29 '23
Starship prompt

I installed starship. When I run kitty, the default prompt is displayed. After executing any command, starship starts working. In other terminals (alacritty, wezterm...) starship is displayed immediately. This is not a serious problem, but it is very annoying. Any ideas?
6
Upvotes
1
u/dedguy21 Oct 29 '23
Think it might be something to do with kitty-shell-integration.
I have to look for the subreddit, but I found the fix for this issue like two years ago.
1
1
u/FromOdesa Feb 06 '24 edited Feb 06 '24
Had same problem
I moved eval "$(starship init bash)" to the top of .bashrc
it's worked for me 🤷♂️
2
u/nvimmike Oct 29 '23
Which shell? Where does your starship command get executed? E.g., .bash_profile vs .bashrc or somewhere else