set alias jj cz as alias for jj-cz #11

Open
opened 2026-03-24 02:32:23 +01:00 by phundrak · 0 comments
Owner
# Add alias to user's jj config
jj-cz setup-alias

# Add alias to repository-local config
jj-cz setup-alias --local

# Show what would be added without modifying
jj-cz setup-alias --dry-run

# Remove the alias
jj-cz setup-alias --remove

Getting the alias to work can be achieved with:

# ~/.config/jj/config.toml
[aliases]
cz = ["util", "exec", "--", "jj-cz"]
```bash # Add alias to user's jj config jj-cz setup-alias # Add alias to repository-local config jj-cz setup-alias --local # Show what would be added without modifying jj-cz setup-alias --dry-run # Remove the alias jj-cz setup-alias --remove ``` Getting the alias to work can be achieved with: ```toml # ~/.config/jj/config.toml [aliases] cz = ["util", "exec", "--", "jj-cz"] ```
phundrak added the Kind/Feature
Priority
Low
4
labels 2026-03-24 02:32:46 +01:00
phundrak added this to the v1.1 project 2026-03-24 02:34:02 +01:00
phundrak moved this to To Do in v1.1 on 2026-03-25 16:55:06 +01:00
Sign in to join this conversation.