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

hard dependency on zsh #26

Closed
accelas opened this issue Jun 25, 2012 · 2 comments
Closed

hard dependency on zsh #26

accelas opened this issue Jun 25, 2012 · 2 comments

Comments

@accelas
Copy link

accelas commented Jun 25, 2012

the vim config files appears depends on zsh.

first, I don't see why it's necessary to have such dependency. secondly, it's not mentioned in readme.

@zaiste
Copy link
Owner

zaiste commented Jun 26, 2012

@accelas Thanks for your remark. Yes, it's done this way simply by omission. Would be great if you could propose a necessary change to make it more general as we all use ZSH here.

@accelas
Copy link
Author

accelas commented Jun 27, 2012

This now seems a problem on my side.

I noticed this because I didn't have zsh on my system. As a first attempt, I simply installed zsh and everything worked. But as I digger further, I uncommented that shell setting, it stopped working again. It turns out vundle needs to execute some scripts in bash or standard sh. The shell I use is fish shell, apparently it's not bash-compatible. zsh worked probably because it can execute bash scripts.

I would suggest either leave that line blank or set it to bash. (even windows has bash in msys) or somehow figure out a complicated scheme to make sure it works on every platform.

@accelas accelas closed this as completed Jun 27, 2012
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

No branches or pull requests

2 participants