joecannatti / soji

Terminal Based Mindful Workday System
GNU Affero General Public License v3.0
75 stars 16 forks source link

Add header function and prompt for the fish shell #19

Closed frogstack closed 7 years ago

frogstack commented 7 years ago

The soji header function isn't compatible with the fish shell. It's pretty typical in fish to encapsulate that kind of thing as a standalone function which can be called from a prompt function, so that's what I've done here. It should look very similar to soji header.

I wasn't sure where to put it so I created a directory in the root.

https://fishshell.com/

joecannatti commented 7 years ago

Great. I'll take a look at the PR this weekend and hopefully get it merged

joecannatti commented 7 years ago

Sorry for the delay it getting back to this. I don't know much about fish shell, but I'm going merge if its working for you. Maybe if we get another Fish shell user you could talk with them about the details. :)