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 f4e2d38cf5eae7d001309b4edba96e27b3ff87c4..29f335427900a604736caf47d6609264bcc478f5 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