modules/aerc: fix pipe to aba command

This commit is contained in:
Dmitriy Pleshevskiy 2024-04-20 01:58:28 +03:00
parent 7055478c6d
commit 7c8cedeed1
Signed by: pleshevskiy
GPG Key ID: 17041163DA10A9A2
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ let
abaPackage = pkgs.unstable.aba;
pipeAba = param: exec ":pipe -m ${abaPackage}/bin/aba parse ${param}";
pipeAba = param: exec "pipe -m ${abaPackage}/bin/aba parse ${param}";
exec = cmd: ":${cmd}<Enter>";
fill = cmd: ":${cmd}<space>";