Skip to content

Instantly share code, notes, and snippets.

@tvladeck
Created June 24, 2012 21:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tvladeck/2985144 to your computer and use it in GitHub Desktop.
Save tvladeck/2985144 to your computer and use it in GitHub Desktop.
My fish_prompt function
function fish_prompt -d "Write out the prompt"
printf '%s' (vcprompt) (set_color $fish_color_cwd) (prompt_pwd) (set_color normal) ' > '
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment