mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-22 07:20:59 +02:00
Minor cleanup
This commit is contained in:
parent
0f92983d1e
commit
32598b5850
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user