mirror of
https://github.com/Tarrasch/zsh-autoenv.git
synced 2024-11-21 23:10:59 +02:00
Minor cleanup
This commit is contained in:
parent
0f92983d1e
commit
32598b5850
@ -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.
|
||||
|
@ -1,7 +1,5 @@
|
||||
$ source $TESTDIR/setup.zsh || return 1
|
||||
|
||||
$ set | sort > before
|
||||
|
||||
$ export EDITOR=echo
|
||||
|
||||
$ autoenv-edit
|
||||
|
Loading…
Reference in New Issue
Block a user