Commit 3d0083aec311d4d3a12c80879579132483278a99
1 parent
48e180c22b
Use different alias for second test plugin.
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
tests/.zshenv
... | ... | @@ -32,7 +32,7 @@ mkdir "$PLUGIN_DIR2" |
32 | 32 | # A wrapper function over `git` to work with the test plugin repo. |
33 | 33 | alias pg2='git --git-dir "$PLUGIN_DIR2/.git" --work-tree "$PLUGIN_DIR2"' |
34 | 34 | |
35 | -echo 'alias hehe="echo hehe2"' > "$PLUGIN_DIR2"/aliases.zsh | |
35 | +echo 'alias hehe2="echo hehe2"' > "$PLUGIN_DIR2"/aliases.zsh | |
36 | 36 | |
37 | 37 | { |
38 | 38 | pg2 init |