diff --git a/tests/.zshenv b/tests/.zshenv index 5ed67fe..23ad104 100644 --- a/tests/.zshenv +++ b/tests/.zshenv @@ -32,7 +32,7 @@ mkdir "$PLUGIN_DIR2" # A wrapper function over `git` to work with the test plugin repo. alias pg2='git --git-dir "$PLUGIN_DIR2/.git" --work-tree "$PLUGIN_DIR2"' -echo 'alias hehe="echo hehe2"' > "$PLUGIN_DIR2"/aliases.zsh +echo 'alias hehe2="echo hehe2"' > "$PLUGIN_DIR2"/aliases.zsh { pg2 init