Commit 7b6ecab5 authored by Justin Hileman's avatar Justin Hileman

[split] Move export plugin to oh-my-fish/plugin-export

https://github.com/oh-my-fish/plugin-export
parent 5b701e49
function export
set var1 (echo $argv | cut -f1 -d=)
set var2 (echo $argv | cut -f2 -d=)
set -x -g $var1 $var2
end
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment