matchai / spacefish

🚀🐟 The fish shell prompt for astronauts
https://spacefish.matchai.dev
MIT License
963 stars 77 forks source link

command color #218

Closed kort3x closed 4 years ago

kort3x commented 4 years ago

Hi,

how do I change the color of commands/programs? It's dark blue fro me and honestly I have no clue why, sorry.

image

matchai commented 4 years ago

Hi @kort3x, Spacefish should have no effect on the way the commands look as you type them. The command colors can be configured using the fish_color_* environment variables listed here: https://fishshell.com/docs/current/#variables-color

kort3x commented 4 years ago

Hi @kort3x, Spacefish should have no effect on the way the commands look as you type them. The command colors can be configured using the fish_color_* environment variables listed here: https://fishshell.com/docs/current/#variables-color

Thanks!