1
0
mirror of https://github.com/Tarrasch/zsh-autoenv.git synced 2024-11-22 15:30:59 +02:00
This commit is contained in:
Daniel Hahler 2014-11-21 22:47:45 +01:00
parent dbfb8fe519
commit e088e83ff9

View File

@ -4,11 +4,6 @@ Test varstash integration.
Setup test environment. Setup test environment.
# Defaults:
# $ DOTENV_FILE_ENTER=.env
# $ DOTENV_FILE_LEAVE=.env.leave
# $ DOTENV_HANDLE_LEAVE=1
$ mkdir sub $ mkdir sub
$ cd sub $ cd sub
$ echo "autostash FOO=baz" > $DOTENV_FILE_ENTER $ echo "autostash FOO=baz" > $DOTENV_FILE_ENTER