Closed bntzio closed 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.
Going to close this as a duplicate of #2
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?