From 7b6ecab51b2afd7baf46b87ec2cafba3aa92e64b 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 export plugin to oh-my-fish/plugin-export

https://github.com/oh-my-fish/plugin-export
---
 plugins/export/export.load | 5 -----
 1 file changed, 5 deletions(-)
 delete mode 100644 plugins/export/export.load

diff --git a/plugins/export/export.load b/plugins/export/export.load
deleted file mode 100644
index f8d110b..0000000
--- a/plugins/export/export.load
+++ /dev/null
@@ -1,5 +0,0 @@
-function export
-  set var1 (echo $argv | cut -f1 -d=)
-  set var2 (echo $argv | cut -f2 -d=)
-  set -x -g $var1 $var2
-end
-- 
GitLab