Skip to content

Instantly share code, notes, and snippets.

@siteshwar
Created April 27, 2013 11:48
Show Gist options
  • Save siteshwar/5472821 to your computer and use it in GitHub Desktop.
Save siteshwar/5472821 to your computer and use it in GitHub Desktop.
Multicolor Right Prompt
function fish_right_prompt I am
set_color green
echo 'I am green'
set_color red
echo "I am red"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment