]> Sergey Matveev's repositories - zsh-autoenv.git/commit
Do not reset the stack variables when (re)sourcing the plugin
authorDaniel Hahler <git@thequod.de>
Sun, 15 Mar 2015 21:10:50 +0000 (22:10 +0100)
committerDaniel Hahler <git@thequod.de>
Sun, 29 Mar 2015 22:58:32 +0000 (00:58 +0200)
commit9a010cbdf6d58d7c82a7e5000a9b116735ec1764
tree3bb425eb579ccd172ad59b13cc8d31a3cac290f4
parent611c1a1588b8d3b3ef2f972aec63099eb3c2853f
Do not reset the stack variables when (re)sourcing the plugin

This is meant to keep the current state when re-sourcing the shell
config (`. ~/.zshrc`).

Closes https://github.com/Tarrasch/zsh-autoenv/pull/24
autoenv.zsh
tests/ZDOTDIR/.zshenv
tests/autoenv.t
tests/setup.sh