default shell set on cloud synced settings bugs out on macOS (but not linux). Why? How can I fix this?
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 44.7k
- Forks
- 3.6k
- Avg merge
- 21m
- Merged PRs (30d)
- 1
Description
-
I am on the latest Hyper.app version
-
I have searched the issues of this repo and believe that this is not a duplicate
-
OS version and name: Windows and macOS
-
Hyper.app version: 3.0.2
-
Link of a Gist with the contents of your .hyper.js: https://github.com/jcklpe/Configs/blob/master/hyper-js/.hyper.js
Issue
I have a linux, and a windows machine at home. I have a mac at work. The windows machine needs the config set to C:\\Windows\\System32\\bash.exe in order to open with bash on start up.
I sync my configs via cloud.
Linux does not have any issue with this.
But on the mac I got at work gives me the following error on start up: execvp(3) failed.: No such file or directory.
If I leave the shell config setting blank then my windows machine will default to cmd.exe which is no good.
Is it possible to set these configs conditionally based on what OS context they're being opened in?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the linked .hyper.js configuration and the shell-setting entry point that produces the macOS execvp error. Reproduce the behavior on macOS and Windows, then define completion as one synced configuration selecting a valid shell for each operating system.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli, operating-systems
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100