dots/stow/.config/fish/functions/posix-source.fish
2025-06-21 20:10:57 +10:00

6 lines
110 B
Fish

function posix-source
for i in (cat $argv)
set arr (echo $i |tr = \n)
set -gx $arr[1] $arr[2]
end
end