You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: