nix/scripts/wt-create.sh
Harivansh Rathi bc47e44ddb Simplify netty worktree commands
Collapse the netty worktree helpers into wt create/remove/prune, keep wt-create as a thin wrapper, and drop the standalone wt-path command.

Also make the netty zsh wrappers handle cd-only behavior for wtc and wt remove.

Co-authored-by: Codex <noreply@openai.com>
2026-03-30 18:36:50 +00:00

5 lines
60 B
Bash

#!/usr/bin/env bash
set -euo pipefail
exec wt create "$@"