diff --git a/modules/home/core/zsh.nix b/modules/home/core/zsh.nix index e189e5b..a1c27ae 100644 --- a/modules/home/core/zsh.nix +++ b/modules/home/core/zsh.nix @@ -64,6 +64,8 @@ "wm-disp" = "wm-ctl dispatch dpms"; "gh-author-setup" = "git config user.name $(gh api -H \"Accept: application/vnd.github+json\" -H \"X-GitHub-Api-Version: 2022-11-28\" /user | jq -r .login) && git config user.email $(gh api -H \"Accept: application/vnd.github+json\" -H \"X-GitHub-Api-Version: 2022-11-28\" /user/emails | jq -r \".[1].email\")"; + "convert-pdf" = "libreoffice --headless --convert-to pdf"; + "mcl" = "portablemc start -l $(cat .minecraft/portablemc-launch-params.json | jq -r .email) $(cat .minecraft/portablemc-launch-params.json | jq -r .version)"; "mc" = "ferium upgrade; mcl"; };