1
1
Fork 0

fish: fix % in expansion

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2025-02-10 18:19:08 -06:00
parent 1466078ae6
commit 6ab6fb3eb5
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -23,7 +23,7 @@ in {
# Expand abbreviations anywhere in the shell # Expand abbreviations anywhere in the shell
#?? sudo ABBREVIATION #?? sudo ABBREVIATION
anywhere = expansion: { anywhere = expansion: {
expansion = "${expansion}%"; inherit expansion;
position = "anywhere"; position = "anywhere";
setCursor = true; setCursor = true;
}; };