From: Daniel Hahler Date: Fri, 18 Aug 2017 13:27:32 +0000 (+0200) Subject: Minor cleanup X-Git-Url: http://www.git.stargrave.org/?p=zsh-autoenv.git;a=commitdiff_plain;h=32598b58500472cdff392357e1fb9db83c92cb39 Minor cleanup --- diff --git a/autoenv.zsh b/autoenv.zsh index 195c0da..c0698c5 100644 --- a/autoenv.zsh +++ b/autoenv.zsh @@ -43,7 +43,7 @@ fi : ${AUTOENV_DISABLED:=0} # Public helper functions, which can be used from your .autoenv.zsh files: -# + # Source the next .autoenv.zsh file from parent directories. # This is useful if you want to use a base .autoenv.zsh file for a directory # subtree. diff --git a/tests/autoenv-edit.t b/tests/autoenv-edit.t index 52c3d07..d2bf172 100644 --- a/tests/autoenv-edit.t +++ b/tests/autoenv-edit.t @@ -1,7 +1,5 @@ $ source $TESTDIR/setup.zsh || return 1 - $ set | sort > before - $ export EDITOR=echo $ autoenv-edit