Duplicate `jj log` aliases in `zshrc`
Open
Beginner friendly
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 205
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Hi, I noticed that the jj aliases in zshrc define two aliases for the same command:
alias jjl="jj log"
alias jl="jj log"
Since both expand to jj log, one of them may be redundant. If both are intentional, feel free to close this
i have been using your zshrc inspired zshrc for the past 3 years, it's really great
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open zshrc and inspect the jj aliases around alias jjl="jj log" and alias jl="jj log". Confirm whether both names are intentionally supported; done means removing the redundant alias or documenting why both should remain.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- zsh
- Domain
- cli
- Issue type
- Refactor
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 76/100