From bb6aad9c7c4c7285e3e4406eb20314d8b525cadf Mon Sep 17 00:00:00 2001 From: Joar Wandborg <joar@wandborg.se> Date: Fri, 3 Apr 2015 23:43:01 +0200 Subject: [PATCH] Update and rename concat.fish to _fisk_concat.fish --- themes/fisk/{concat.fish => _fisk_concat.fish} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename themes/fisk/{concat.fish => _fisk_concat.fish} (66%) diff --git a/themes/fisk/concat.fish b/themes/fisk/_fisk_concat.fish similarity index 66% rename from themes/fisk/concat.fish rename to themes/fisk/_fisk_concat.fish index f4e2d38..29f3354 100644 --- a/themes/fisk/concat.fish +++ b/themes/fisk/_fisk_concat.fish @@ -1,4 +1,4 @@ -function concat +function _fisk_concat for i in $argv echo -n $i; end -- GitLab