RebelRose

fish shell font output colors

Mar 11th, 2025
16
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Set normal text color to white
  2. set fish_color_normal white
  3. # Set command color to green and bold
  4. set fish_color_command green --bold
  5. # Set keyword color to cyan
  6. set fish_color_keyword cyan
  7. # Set error color to red and bold
  8. set fish_color_error red --bold
Add Comment
Please, Sign In to add comment