AstraLuma / xontrib-z

Tracks your most used directories, based on 'frecency'.
GNU General Public License v3.0
24 stars 16 forks source link

Change directory in the same thread #6

Closed nilehmann closed 6 years ago

nilehmann commented 6 years ago

This fixes an issue in xonsh with nested threads (see xonsh/xonsh#2504). This maintains compatibility with autoxsh.

AstraLuma commented 6 years ago

oh, nice! Good call.

Thanks for this.