oh-my-fish/themes/fisk/concat.fish
2015-02-16 10:56:56 +01:00

6 lines
59 B
Fish

function concat
for i in $argv
echo -n $i;
end
end