From ba5e43ce8bc334813a009f8c10eb3df39fde7241 Mon Sep 17 00:00:00 2001 From: Satria Date: Sat, 7 Mar 2026 23:11:14 +0700 Subject: [PATCH] add shell alias --- modules/home/core/zsh.nix | 2 ++ 1 file changed, 2 insertions(+) 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"; };