modules/aerc: fix pipe to aba command
This commit is contained in:
parent
7055478c6d
commit
7c8cedeed1
1 changed files with 1 additions and 1 deletions
|
@ -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>";
|
||||
|
||||
|
|
Loading…
Reference in a new issue