diff --git a/options/custom/programs/fish.nix b/options/custom/programs/fish.nix
index ab80c3c..24b98ef 100644
--- a/options/custom/programs/fish.nix
+++ b/options/custom/programs/fish.nix
@@ -23,7 +23,7 @@ in {
         # Expand abbreviations anywhere in the shell
         #?? sudo ABBREVIATION
         anywhere = expansion: {
-          expansion = "${expansion}%";
+          inherit expansion;
           position = "anywhere";
           setCursor = true;
         };