Angelmmiguel / pm

The easy way to switch between your projects on ZSH
MIT License
193 stars 17 forks source link

Looks like default shell is zsh? #10

Open jonasdroste opened 6 years ago

jonasdroste commented 6 years ago

Hi, while running the install script one is asked to enter the shell name. What's your shell? [ zsh ]:

The [zsh] looks like a default value and if you just hit enter there is no check of an empty input, so the script fails.

Suggestion: Change output to something like: What's your shell? (0: zsh, 1: bash, ... ) [default: 0]: And add the default check!

Angelmmiguel commented 6 years ago

Hello @jonasdroste,

Thank you for your suggestion. I'm thinking about removing that check. Since the bash port is not properly tested and I don't plan to continue it, I believe that it's better to remove that input :)