Make Byobu open new screens in home directory

Viewed 1810

I don't know if this is something that's changed in a recent version of byobu, but now when I create a new screen, the new screen is in the same directory as my current window. At first this wasn't too annoying, a simple "cd ~" would get me where I wanted. But I've been noticing strange things. During a gem install, if I create a new window, I end up inside the directory that the gem is being installed to ( when using rbenv ).

I just want this to stop. How do I set up byobu/tmux so that it opens all new windows in my home directory?

I've looked through a few files, but I can't seem to see any commands ( such as errant 'chdir' ) that would be causing this.

1 Answers
Related