View difference between Paste ID: tTxgLSqY and wvsjFwtq
SHOW: | | - or go back to the newest paste.
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