hharnisc / hypercwd

Opens new tabs with the same directory as the current tab in Hyper
MIT License
385 stars 39 forks source link

Not working if starting shell on specified dir #15

Closed bntzio closed 7 years ago

bntzio commented 7 years ago

Whenever I start a new window I want to start on the ~/code directory.

So I have this on my ~/.zshrc file:

cd ~/code

This seems to override hypercwd, any suggestions on making hypercwd work with this config?

hharnisc commented 7 years ago

I think the ~/.zshrc is always going to win in this case, since it runs after hyper opens a new terminal session. However I'm working on making hypercwd that would allow you to configure a starting directory.

hharnisc commented 7 years ago

Going to close this as a duplicate of #2