Advertisement
Jackspade9624

fish shell font output colors

Mar 7th, 2025 (edited)
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement