Skip to content
Snippets Groups Projects
Commit 7b6ecab5 authored by Justin Hileman's avatar Justin Hileman
Browse files

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

https://github.com/oh-my-fish/plugin-export
parent 5b701e49
Branches
No related merge requests found
function export
set var1 (echo $argv | cut -f1 -d=)
set var2 (echo $argv | cut -f2 -d=)
set -x -g $var1 $var2
end
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