Hello fellow fish fans,

I'm working on a prompt editor, which will include a bunch of sample prompts 
that the user can preview and then use (or edit). I'd like to include real 
prompts contributed by real users, showing the range possible prompts.

If you're willing, please send me the following:

- Your fish_prompt function, or file if it contains multiple functions
- A suggested short name for it, hopefully descriptive ("Minimalist", "Git 
Savvy" ), or evocative ("Lotus Blossom"), or failing that, your name is fine 
("Richards")
- If you like, an attribution line ("John Doe's prompt - http://www.mysite.com";)

You can send it directly to me at corydo...@ridiculousfish.com, or post it to 
the list if you want to strut your stuff.

For the record, here's my prompt, which I'm calling "Minimalist" (but may 
change it if we get a bunch of minimalist prompts):

function fish_prompt
        set_color $fish_color_cwd
        echo -n (basename $PWD)
        set_color normal
        echo -n ' ) '
end

Thanks for any and all contributions!

_fish


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to