oh-my-fish/plugins/export/export.load

6 lines
120 B
Fish
Raw Normal View History

2014-12-08 06:39:28 +00:00
function export
set var1 (echo $argv | cut -f1 -d=)
set var2 (echo $argv | cut -f2 -d=)
set -x -g $var1 $var2
end