Skip to content

Instantly share code, notes, and snippets.

@koesherbacon
Created August 23, 2016 04:13
Show Gist options
  • Save koesherbacon/52d756c2cfa3b7b695e9ea95ed56f885 to your computer and use it in GitHub Desktop.
Save koesherbacon/52d756c2cfa3b7b695e9ea95ed56f885 to your computer and use it in GitHub Desktop.
My Regular FISH Prompt
function fish_prompt
# Main
echo " "(set_color green)'❨'(set_color magenta)(prompt_pwd)(set_color green)'❩'(set_color yellow)' ❯'(set_color green)'❯'(set_color magenta)'❯ '
end
# screenshot available here: http://imgur.com/uzLsmhO
@koesherbacon
Copy link
Author

screenshot available here: http://imgur.com/uzLsmhO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment