From 78d56bcfd197feefc8bb5473d9e3c54de30e7660 Mon Sep 17 00:00:00 2001 From: Justin Hileman <justin@justinhileman.info> Date: Sun, 31 May 2015 08:30:48 -0700 Subject: [PATCH] [split] Move ec2 plugin to oh-my-fish/plugin-ec2 https://github.com/oh-my-fish/plugin-ec2 --- plugins/ec2/ec2.load | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 plugins/ec2/ec2.load diff --git a/plugins/ec2/ec2.load b/plugins/ec2/ec2.load deleted file mode 100644 index ea542d6..0000000 --- a/plugins/ec2/ec2.load +++ /dev/null @@ -1,18 +0,0 @@ -### Main program - -if test -d (/usr/libexec/java_home) - set -gx JAVA_HOME (/usr/libexec/java_home) -end - -if test (/bin/ls $HOME/.ec2/pk-*.pem | /usr/bin/head -1) - set -gx EC2_PRIVATE_KEY (/bin/ls $HOME/.ec2/pk-*.pem | /usr/bin/head -1) -end - -if test (/bin/ls $HOME/.ec2/cert-*.pem | /usr/bin/head -1) - set -gx EC2_CERT (/bin/ls $HOME/.ec2/cert-*.pem | /usr/bin/head -1) -end - -if test -d /usr/local/Library/LinkedKegs/ec2-api-tools/jars - set -gx EC2_HOME /usr/local/Library/LinkedKegs/ec2-api-tools/jars -end - -- GitLab