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

Does not work with Fish shell as default (perhaps others) #97

Open
newmaniese opened this issue Jul 11, 2018 · 1 comment
Open

Does not work with Fish shell as default (perhaps others) #97

newmaniese opened this issue Jul 11, 2018 · 1 comment

Comments

@newmaniese
Copy link

Due to the use of process.env.SHELL as the execution environment in alfred-exec.js, commands like logging in, do not work if Fish is set as the default shell.

Changing line 2 in alfred-exec.js to
let shell = "/usr/bin/env bash";
appears to fix this problem

@k-lyda
Copy link

k-lyda commented Aug 29, 2018

@newmaniese, thanks for this one, this solves the issue, but for a short period of time - each update is overwriting the changes in this file :/

So it has to be fixed by the author

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