summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/settings/development/base.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/development/base.nix b/user/settings/development/base.nix
index 83ec0334..3a8bcb8d 100644
--- a/user/settings/development/base.nix
+++ b/user/settings/development/base.nix
@@ -91,6 +91,7 @@
     r = { function = "projectdo_run"; };
     t = { function = "projectdo_test"; };
     p = { function = "projectdo_tool"; };
+    ciq = "laminarc queue $(basename $PWD) ref=refs/heads/$(git branch --show-current) rev=$(git rev-parse @)";
   };
   home.shellAliases = {
     j = "just";