hharnisc / hypercwd

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

On ubuntu, it doesn't work right after changing directory #54

Open charles-mathieus-jomedia opened 6 years ago

charles-mathieus-jomedia commented 6 years ago

So on my computer at work which is ubuntu 16.04, when I change directory, lets say $ cd ~/dev and try to open a new tab, It will be open at ~/ (unexpected behavior)
But if I type a command after like $ ls right after changing the directory, then when I open my new tab it will go to ~/dev (expected behavior).