From 3d0083aec311d4d3a12c80879579132483278a99 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Date: Fri, 13 Jul 2012 23:04:39 +0530 Subject: [PATCH] Use different alias for second test plugin. --- tests/.zshenv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.0.0