oh-my-fish/themes/fisk/_fisk_concat.fish
2015-04-03 23:43:01 +02:00

6 lines
65 B
Fish

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