mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-16 13:20:59 +02:00
ecf2b2961f
I have noticed that `autostash` called an (accidentally) defined/overwritten `stash` function. While it's not possible to put this into a local scope, this will at least make it less polluting by default (when autostashing is not used). Additionally we could source it always (not just once), but then it would only re-overwrite the function. A better fix would be to prefix the functions explicitly, e.g. `autoenv_autostash` etc. Closes https://github.com/Tarrasch/zsh-autoenv/pull/42. |
||
---|---|---|
.. | ||
ZDOTDIR | ||
ZDOTDIR.clobber | ||
ZDOTDIR.invalid-module_path | ||
ZDOTDIR.loadviafunction | ||
ZDOTDIR.shwordsplit | ||
_autoenv_stack.t | ||
_autoenv_utils.t | ||
autoenv.t | ||
cwd.t | ||
leave.t | ||
recurse-upwards.t | ||
setup.zsh | ||
source-parent-until.t | ||
source-parent-vars.t | ||
varstash_export.t | ||
varstash.t |