mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2025-12-14 18:25:12 +02:00
Minor cleanup
This commit is contained in:
@@ -43,7 +43,7 @@ fi
|
|||||||
: ${AUTOENV_DISABLED:=0}
|
: ${AUTOENV_DISABLED:=0}
|
||||||
|
|
||||||
# Public helper functions, which can be used from your .autoenv.zsh files:
|
# Public helper functions, which can be used from your .autoenv.zsh files:
|
||||||
#
|
|
||||||
# Source the next .autoenv.zsh file from parent directories.
|
# 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
|
# This is useful if you want to use a base .autoenv.zsh file for a directory
|
||||||
# subtree.
|
# subtree.
|
||||||
|
|||||||
@@ -1,7 +1,5 @@
|
|||||||
$ source $TESTDIR/setup.zsh || return 1
|
$ source $TESTDIR/setup.zsh || return 1
|
||||||
|
|
||||||
$ set | sort > before
|
|
||||||
|
|
||||||
$ export EDITOR=echo
|
$ export EDITOR=echo
|
||||||
|
|
||||||
$ autoenv-edit
|
$ autoenv-edit
|
||||||
|
|||||||
Reference in New Issue
Block a user