hharnisc / hypercwd

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

Git Bash Windows #65

Open vincentvella opened 5 years ago

vincentvella commented 5 years ago

I'm using my Hyper Terminal to essentially access git bash instead of windows cmd... couldn't get ~ to take me to my user root. Instead had to manually navigate from C:/Users/(my name)/Documents/Workspace. Just wanted to give you a heads up and hopefully help some others out that may also have faced this headache. Keep up the progress, glad to see a recent commit!

shiftgeist commented 5 years ago

You can create a .bashrc or .bash_profile and add cd $yourPathHere to navigate to your projects root when opening a new console