From 1b7d3b05028b2cee9e9d157184cd7f1fef23117e Mon Sep 17 00:00:00 2001 From: Yamashita Yuu Date: Sat, 1 Jun 2013 15:14:18 +0900 Subject: [PATCH] move pyenv-sh-{push,pop} into plugins since they aren't from rbenv --- {libexec => plugins/pyenv-version-ext/bin}/pyenv-sh-pop | 0 {libexec => plugins/pyenv-version-ext/bin}/pyenv-sh-push | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {libexec => plugins/pyenv-version-ext/bin}/pyenv-sh-pop (100%) rename {libexec => plugins/pyenv-version-ext/bin}/pyenv-sh-push (100%) diff --git a/libexec/pyenv-sh-pop b/plugins/pyenv-version-ext/bin/pyenv-sh-pop similarity index 100% rename from libexec/pyenv-sh-pop rename to plugins/pyenv-version-ext/bin/pyenv-sh-pop diff --git a/libexec/pyenv-sh-push b/plugins/pyenv-version-ext/bin/pyenv-sh-push similarity index 100% rename from libexec/pyenv-sh-push rename to plugins/pyenv-version-ext/bin/pyenv-sh-push