Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Set normal text color to white
- set fish_color_normal white
- # Set command color to green and bold
- set fish_color_command green --bold
- # Set keyword color to cyan
- set fish_color_keyword cyan
- # Set error color to red and bold
- set fish_color_error red --bold
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement