2015-04-24 |
Daniel Hahler | Do not export AUTOENV_ENV_FILENAME, and use existing... |
commit | commitdiff | tree |
2015-04-23 |
Daniel Hahler | travis: fix tests |
commit | commitdiff | tree |
2015-04-23 |
Daniel Hahler | travis: use 'sudo make' to fix zsh test |
commit | commitdiff | tree |
2015-04-23 |
Daniel Hahler | Fix _autoenv_get_file_mtime for zsh 4 (no pipefail... |
commit | commitdiff | tree |
2015-04-23 |
Daniel Hahler | make test_full: use zsh 4 (/opt/zsh4/bin/zsh) and zsh 5 |
commit | commitdiff | tree |
2015-04-23 |
Daniel Hahler | travis: add zsh 4/5 to matrix |
commit | commitdiff | tree |
2015-04-23 |
Daniel Hahler | travis: fix env matrix (use a list) |
commit | commitdiff | tree |
2015-04-23 |
Daniel Hahler | Cleanup tests/varstash_export.t |
commit | commitdiff | tree |
2015-04-23 |
Daniel Hahler | varstash: fix get_autostash_array_name for Zsh 4.3... |
commit | commitdiff | tree |
2015-04-23 |
Daniel Hahler | travis: use env test matrix for ZDOTDIR |
commit | commitdiff | tree |
2015-04-23 |
Daniel Hahler | travis: cleanup, output zsh version |
commit | commitdiff | tree |
2015-04-23 |
Daniel Hahler | tests: rename setup.sh to setup.zsh |
commit | commitdiff | tree |
2015-04-23 |
Daniel Hahler | tests: define/use $TEST_SOURCE_AUTOENV |
commit | commitdiff | tree |
2015-04-23 |
Daniel Hahler | make test_full: handle error return code from cram |
commit | commitdiff | tree |
2015-04-23 |
Daniel Hahler | varstash: remove lib functions, use zsh functions |
commit | commitdiff | tree |
2015-04-23 |
Daniel Hahler | varstash: add support for exported variables in subshells |
commit | commitdiff | tree |
2015-04-23 |
Daniel Hahler | minor: doc |
commit | commitdiff | tree |
2015-04-23 |
Daniel Hahler | tests: setup.sh: export TEST_AUTOENV_PLUGIN_FILE |
commit | commitdiff | tree |
2015-04-23 |
Daniel Hahler | Fix return value of _autoenv_source; use ': $(( .. ))' |
commit | commitdiff | tree |
2015-03-29 |
Daniel Hahler | Do not reset the stack variables when (re)sourcing... |
commit | commitdiff | tree |
2015-03-29 |
Arash Rouhani | Merge pull request #25 from blueyed/set-errexit-during... |
commit | commitdiff | tree |
2015-03-15 |
Daniel Hahler | tests: setopt errexit during setup |
commit | commitdiff | tree |
2015-02-18 |
Joe Block | Add zgen instructions |
commit | commitdiff | tree |
2015-01-26 |
Daniel Hahler | Merge pull request #22 from Tarrasch/improve-and-test... |
commit | commitdiff | tree |
2015-01-25 |
Daniel Hahler | Makefile: add clean target |
commit | commitdiff | tree |
2015-01-25 |
Daniel Hahler | tests: setup.sh: doc / more verbose |
commit | commitdiff | tree |
2015-01-25 |
Daniel Hahler | tests: abort if setup fails! |
commit | commitdiff | tree |
2015-01-25 |
Daniel Hahler | Test env for invalid zsh module_path, where zsh/zstat... |
commit | commitdiff | tree |
2015-01-25 |
Daniel Hahler | Improve zsh/zstat integration; also make it handle... |
commit | commitdiff | tree |
2015-01-25 |
Daniel Hahler | Improve ZDOTDIR setting in Makefile |
commit | commitdiff | tree |
2015-01-20 |
Daniel Hahler | Merge branch 'allow-disable' |
commit | commitdiff | tree |
2015-01-20 |
Daniel Hahler | Add support for $AUTOENV_DISABLED, which skips the... |
commit | commitdiff | tree |
2015-01-20 |
Daniel Hahler | Merge pull request #19 from Tarrasch/fix-symlink-handling |
commit | commitdiff | tree |
2015-01-19 |
Daniel Hahler | Fix symlink handling, especially for symlinks not below... |
commit | commitdiff | tree |
2015-01-19 |
Daniel Hahler | make: fix calling tests files directly |
commit | commitdiff | tree |
2015-01-19 |
Arash Rouhani | Merge pull request #18 from qur2/master |
commit | commitdiff | tree |
2015-01-19 |
Aurélien Scoubeau | Create init.zsh to make compatible with prezto |
commit | commitdiff | tree |
2015-01-17 |
Daniel Hahler | Makefile: use CURDIR instead of PWD; used with 'make... |
commit | commitdiff | tree |
2015-01-17 |
Daniel Hahler | Merge pull request #17 from Tarrasch/dont-cd-in-chpwd |
commit | commitdiff | tree |
2015-01-17 |
Daniel Hahler | Do not `cd` in the `chpwd` hook |
commit | commitdiff | tree |
2015-01-17 |
Daniel Hahler | Set autoenv_env_file in _autoenv_source |
commit | commitdiff | tree |
2015-01-17 |
Daniel Hahler | Minor cleanup: centralize call to _autoenv_stack_entere... |
commit | commitdiff | tree |
2014-12-18 |
Daniel Hahler | varstash: use '==' for consistency |
commit | commitdiff | tree |
2014-12-18 |
Daniel Hahler | test_full: output extra newline between suites/variants |
commit | commitdiff | tree |
2014-12-18 |
Daniel Hahler | varstash: fix pattern in stash |
commit | commitdiff | tree |
2014-12-18 |
Daniel Hahler | varstash: remove all usages of =~ |
commit | commitdiff | tree |
2014-12-18 |
Daniel Hahler | Handle failure of loading zsh/stat |
commit | commitdiff | tree |
2014-12-18 |
Daniel Hahler | varstash: no need to use regex, avoids 'failed to load... |
commit | commitdiff | tree |
2014-12-11 |
Daniel Hahler | README: add section about manual installation |
commit | commitdiff | tree |
2014-12-11 |
Daniel Hahler | Fix being loaded from a function (antigen) |
commit | commitdiff | tree |
2014-12-09 |
Daniel Hahler | Fix autoloading of colors; just once |
commit | commitdiff | tree |
2014-12-09 |
Daniel Hahler | Init arrays (see #14) |
commit | commitdiff | tree |
2014-12-09 |
Daniel Hahler | minor: fix debug message ordering |
commit | commitdiff | tree |
2014-12-08 |
Daniel Hahler | Merge pull request #16 from Tarrasch/tests-with-clobber |
commit | commitdiff | tree |
2014-12-08 |
Daniel Hahler | tests: setup for multiple ZDOTDIRs, fix/add "setopt... |
commit | commitdiff | tree |
2014-12-08 |
Srijan R Shetty | Create $AUTHENV_ENV_FILENAME if it does not exist |
commit | commitdiff | tree |
2014-12-08 |
Daniel Hahler | Fixes after using `setopt nounset` during tests |
commit | commitdiff | tree |
2014-12-04 |
Daniel Hahler | Merge pull request #12 from Tarrasch/autounstash-on... |
commit | commitdiff | tree |
2014-12-04 |
Daniel Hahler | Merge pull request #13 from Tarrasch/fix-newline-handli... |
commit | commitdiff | tree |
2014-12-04 |
Daniel Hahler | Call `autounstash` automatically/always when leaving... |
commit | commitdiff | tree |
2014-12-04 |
Daniel Hahler | Add doc for _autoenv_deauthorize |
commit | commitdiff | tree |
2014-12-04 |
Daniel Hahler | Encapsulate the file name in the hash pair for stricter... |
commit | commitdiff | tree |
2014-12-04 |
Daniel Hahler | README: build status: use master branch, and .svg |
commit | commitdiff | tree |
2014-12-04 |
Daniel Hahler | Fix _autoenv_deauthorize with regard to newline handlin... |
commit | commitdiff | tree |
2014-12-04 |
Daniel Hahler | Handle missing $1 in _autoenv_hash_pair |
commit | commitdiff | tree |
2014-12-02 |
Daniel Hahler | gitignore tests/*.err |
commit | commitdiff | tree |
2014-12-02 |
Daniel Hahler | Remove underscore prefix from vars provided for .env... |
commit | commitdiff | tree |
2014-11-29 |
Daniel Hahler | Use ${PWD:A} when checking for leave event |
commit | commitdiff | tree |
2014-11-27 |
Daniel Hahler | Merge pull request #8 from blueyed/next |
commit | commitdiff | tree |
2014-11-27 |
Daniel Hahler | Improve interactive prompt |
commit | commitdiff | tree |
2014-11-27 |
Daniel Hahler | Make env_shasum local in _autoenv_hash_pair |
commit | commitdiff | tree |
2014-11-26 |
Daniel Hahler | Add debugging, via AUTOENV_DEBUG>1 |
commit | commitdiff | tree |
2014-11-26 |
Daniel Hahler | Makefile: use test by default, improve for \*.t |
commit | commitdiff | tree |
2014-11-25 |
Daniel Hahler | Fix $PWD while sourcing .env file - should be dir of... |
commit | commitdiff | tree |
2014-11-24 |
Daniel Hahler | Rename $_autoenv_this_dir to $_autoenv_source_dir |
commit | commitdiff | tree |
2014-11-24 |
Daniel Hahler | Fix handling of stack for leave, add to stack for autoe... |
commit | commitdiff | tree |
2014-11-24 |
Daniel Hahler | tests: use sed to prepend to .env file |
commit | commitdiff | tree |
2014-11-24 |
Daniel Hahler | Fix _autoenv_get_file_upwards for older Zsh |
commit | commitdiff | tree |
2014-11-24 |
Daniel Hahler | Some more refactoring, adding support for `autoenv_sour... |
commit | commitdiff | tree |
2014-11-24 |
Daniel Hahler | Use AUTOENV prefix |
commit | commitdiff | tree |
2014-11-24 |
Daniel Hahler | Cleanup |
commit | commitdiff | tree |
2014-11-24 |
Daniel Hahler | Streamline cwd behavior while sourcing |
commit | commitdiff | tree |
2014-11-24 |
Daniel Hahler | tests: add and use test_autoenv_add_to_env and test_aut... |
commit | commitdiff | tree |
2014-11-24 |
Daniel Hahler | s/ENV_AUTHORIZATION_FILE/AUTOENV_ENV_FILENAME/ |
commit | commitdiff | tree |
2014-11-24 |
Daniel Hahler | Comments / doc |
commit | commitdiff | tree |
2014-11-24 |
Daniel Hahler | varstash integration |
commit | commitdiff | tree |
2014-11-24 |
Daniel Hahler | Adopt varstash from http://github.com/cxreg/smartcd |
commit | commitdiff | tree |
2014-11-24 |
Daniel Hahler | Add varstash from smartcd |
commit | commitdiff | tree |
2014-11-24 |
Daniel Hahler | tests: inject '-t 1' to `read` during tests |
commit | commitdiff | tree |
2014-11-24 |
Daniel Hahler | tests: add setup script, used to be for all tests |
commit | commitdiff | tree |
2014-11-24 |
Daniel Hahler | Set DOTENV_LOOK_UPWARDS=1 by default |
commit | commitdiff | tree |
2014-11-24 |
Daniel Hahler | Makefile: add targets for tests/*.t |
commit | commitdiff | tree |
2014-11-16 |
Daniel Hahler | Set DOTENV_LOOK_UPWARDS=1 by default |
commit | commitdiff | tree |
2014-11-16 |
Daniel Hahler | Add tests for $PWD during enter and leave events |
commit | commitdiff | tree |
2014-11-16 |
Daniel Hahler | Merge pull request #4 from blueyed/improvements |
commit | commitdiff | tree |
2014-11-16 |
Daniel Hahler | Use 'test' as target for tests (common sense) |
commit | commitdiff | tree |
2014-11-16 |
Daniel Hahler | doc / small refactoring according to feedback |
commit | commitdiff | tree |
2014-11-15 |
Daniel Hahler | _dotenv_source: use 'builtin cd' and stored dir instead... |
commit | commitdiff | tree |
2014-11-15 |
Daniel Hahler | Wrap sourcing in _dotenv_source: chdir and set _dotenv_... |
commit | commitdiff | tree |
2014-11-15 |
Daniel Hahler | Check for file existence in _dotenv_check_authorized_en... |
commit | commitdiff | tree |
next |