fish: fix % in expansion
Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
parent
1466078ae6
commit
6ab6fb3eb5
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue