Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #303 #305

Merged
merged 3 commits into from
Apr 19, 2016
Merged

Fix #303 #305

merged 3 commits into from
Apr 19, 2016

Conversation

andrewrynhard
Copy link
Contributor

This PR adds the ability to set bundle appropriately in the case that it is a symlink.

@@ -1,5 +1,10 @@
function omf.bundle.add -a type name_or_url
set -l bundle $OMF_CONFIG/bundle
if test -h $OMF_CONFIG/bundle
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm looking both at the fish website and the man page, and -h is undocumented. Maybe -L would make it easier for people to understand what it's doing?

@oranja
Copy link
Contributor

oranja commented Apr 19, 2016

I added some small comments on the code, but overall this is even better than what I had in mind.
Thank you!

@andrewrynhard
Copy link
Contributor Author

Let me know if I can change anything else.

@oranja
Copy link
Contributor

oranja commented Apr 19, 2016

👍 Looking good.
We'll wait to see what the others think. They are the ones with the commit permissions anyway... ;)

@derekstavis
Copy link
Member

Cool! I like this fix, very clean and simple. Thanks for implementing!!

@sagebind
Copy link
Member

Elegant solution. 👍

@derekstavis
Copy link
Member

I think we can merge it 👍

@derekstavis derekstavis merged commit a300d1b into oh-my-fish:master Apr 19, 2016
@bobthecow
Copy link
Member

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants