Blame view
tests/bundle.t
666 Bytes
|
e0d9ad45a
|
1 |
Load plugin from master. |
|
293eecb90
|
2 |
$ antigen-bundle $PLUGIN_DIR |
|
e8a2b3a63
|
3 |
Cloning into '*'... (glob) |
|
e0d9ad45a
|
4 |
done. |
|
dc2d37ff0
|
5 |
Checking connectivity... done |
|
e0d9ad45a
|
6 7 |
$ hehe
hehe
|
|
8a241a167
|
8 9 10 11 12 |
Load the plugin again. Just to see nothing happens.
$ antigen-bundle $PLUGIN_DIR
$ hehe
hehe
|
|
e0d9ad45a
|
13 14 15 16 |
Confirm there is still only one repository.
$ ls $ADOTDIR/repos | wc -l
1
|
|
e8a2b3a63
|
17 18 19 20 21 22 23 |
Load a prezto style module. Should only source the `init.zsh` present in the
module.
$ antigen-bundle $PLUGIN_DIR2
Cloning into '*'... (glob)
done.
|
|
dc2d37ff0
|
24 |
Checking connectivity... done |
|
e8a2b3a63
|
25 26 27 28 29 30 31 32 |
$ hehe2
hehe2
The alias defined in the other zsh file should not be available.
$ unsourced-alias
zsh: command not found: unsourced-alias
[127]
|