zshrc: dirstack: skip for ZSH_SUBSHELL
authorDaniel Hahler <git@thequod.de>
Wed, 4 May 2016 21:37:16 +0000 (23:37 +0200)
committerFrank Terbeck <ft@grml.org>
Fri, 6 May 2016 10:16:17 +0000 (12:16 +0200)
Otherwise `(cd foo)` would add `foo` to the stack, which is probably not
what you would expect.


No differences found