oh-my-fish/themes/fisk/concat.fish

6 lines
59 B
Fish
Raw Normal View History

2015-02-16 17:50:40 +08:00
function concat
for i in $argv
echo -n $i;
end
end