Blame view

tests/.zshenv 320 Bytes
d91893a12   Shrikant Sharat   Initial stuff. Th...
1
2
3
  # zshrc file written for antigen's tests. Might not be a good one for daily use.
  
  # See cram's documentation for some of the variables used below.
c0e086a77   Shrikant Sharat   Set the default r...
4
  export ANTIGEN_DEFAULT_REPO_URL=https://github.com/robbyrussell/oh-my-zsh.git
62c0abf77   Shrikant Sharat   Use ADOTDIR in te...
5
  export ADOTDIR="$TMP/dot-antigen"
d91893a12   Shrikant Sharat   Initial stuff. Th...
6
7
8
9
  
  rm "$TESTDIR/.zcompdump"
  
  source "$TESTDIR/../antigen.zsh"