feat(nushell): add x alias for cargo xtask
Some checks failed
Public Repo Readiness / Check Public Repo Readiness (push) Has been cancelled

This commit is contained in:
2026-07-07 05:43:59 -04:00
parent cb732c24ce
commit 12ad322608

View File

@@ -17,6 +17,9 @@ alias mr = mise run
alias mi = mise install alias mi = mise install
alias mt = mise tasks ls alias mt = mise tasks ls
# ── Rust / cargo ─────────────────────────────────────────────────────────────
alias x = cargo xtask
# ── Git (gitoxide) ─────────────────────────────────────────────────────────── # ── Git (gitoxide) ───────────────────────────────────────────────────────────
# gix-supported: status, branch, log, fetch, clone, diff(objects), blame, worktree # gix-supported: status, branch, log, fetch, clone, diff(objects), blame, worktree
# not yet in gix: add, commit, checkout/switch/restore, push, stash, rebase, merge # not yet in gix: add, commit, checkout/switch/restore, push, stash, rebase, merge