Blame view

tests/antigen-use.t 420 Bytes
da678afb2   Adam Stankiewicz   Introduce antigen...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  Load unknown library.
  
    $ antigen-use unknown
    Antigen currently supports only following libraries:
     * oh-my-zsh
     * prezto
    [1]
  
  # Fixme: loading prezto or oh-my-zsh library breaks all the tests.
  # 
  # Load prezto library.
  # 
  #   $ antigen-use prezto &> /dev/null
  #   $ antigen-bundle git &> /dev/null
  # 
  # Load oh-my-zsh library.
  #  
  #   $ antigen-use oh-my-zsh &> /dev/null
  #   $ antigen-bundle git &> /dev/null