Questions tagged [starship]

5 questions
1
vote
2 answers

How to start ssh with wt.exe and keep terminal colors

I have this shortcut C:\Users\David\AppData\Local\Microsoft\WindowsApps\wt.exe --window 0 -p "Windows Powershell" C:\Program Files\PowerShell\7\pwsh.exe -noExit -Command "ssh webdev" It works fine but the terminal opened doesn't have colors. This is…
Daviid
  • 630
  • 4
  • 17
1
vote
0 answers

Starship prompt: conditional directory color based on path prefix

Using the starship prompt, how would I conditionally set the [directory] color based on path prefix? I was able to achieve it in classic bash prompt, and would like to replicate it with starship. It would work a bit like the read_only option of…
paime
  • 2,901
  • 1
  • 6
  • 17
0
votes
0 answers

Inconsistent prompt spacing in VS Code terminal using Powershell and Starship

I'm having an issue with the appearance of my terminal prompt in VS Code when using Powershell in combination with Starship. The same configuration yields different visual outputs between the native Terminal application and the integrated terminal…
0
votes
0 answers

icons displayed as chinese characters in starship

i am expericing a very bizarre thing that has never occured before: one of the icons in the starship prompts is displayed as Chinese. i have checked my locale settings and everything is correct. i also switched multiple nerdy fonts, it is still…
Arthur Zhang
  • 107
  • 8
0
votes
0 answers

How to remove newline with Starship?

I want to have a very minimalistic prompt in my kitty terminal emulator (kitty 0.28.1 created by Kovid Goyal). I am having trouble to remove a newline in my starship prompt. Here a picture for illustrative purposes: As you can see, by default this…