]> Sergey Matveev's repositories - zsh-autoenv.git/commitdiff
Minor cleanup
authorDaniel Hahler <git@thequod.de>
Fri, 18 Aug 2017 13:27:32 +0000 (15:27 +0200)
committerDaniel Hahler <git@thequod.de>
Fri, 18 Aug 2017 13:27:32 +0000 (15:27 +0200)
autoenv.zsh
tests/autoenv-edit.t

index 195c0da95c600aef18a2f979b894b74315be1611..c0698c5322b2e063e33d7f3fc3689b278cd2d20e 100644 (file)
@@ -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.
index 52c3d07242a1cd128b1ad1c07b5dd7b520bdb91e..d2bf172807176f8318ea7e115774a2ef261a8964 100644 (file)
@@ -1,7 +1,5 @@
   $ source $TESTDIR/setup.zsh || return 1
 
-  $ set | sort > before
-
   $ export EDITOR=echo
 
   $ autoenv-edit