Commit c0e086a77d5e8c54255023b6f26296b499166457
1 parent
62c0abf773
Set the default repo url for tests.
Showing 1 changed file with 1 additions and 0 deletions Inline Diff
tests/.zshenv
| 1 | # zshrc file written for antigen's tests. Might not be a good one for daily use. | 1 | # zshrc file written for antigen's tests. Might not be a good one for daily use. |
| 2 | 2 | ||
| 3 | # See cram's documentation for some of the variables used below. | 3 | # See cram's documentation for some of the variables used below. |
| 4 | 4 | ||
| 5 | export ANTIGEN_DEFAULT_REPO_URL=https://github.com/robbyrussell/oh-my-zsh.git | ||
| 5 | export ADOTDIR="$TMP/dot-antigen" | 6 | export ADOTDIR="$TMP/dot-antigen" |
| 6 | 7 | ||
| 7 | rm "$TESTDIR/.zcompdump" | 8 | rm "$TESTDIR/.zcompdump" |
| 8 | 9 | ||
| 9 | source "$TESTDIR/../antigen.zsh" | 10 | source "$TESTDIR/../antigen.zsh" |
| 10 | 11 |