mrnugget / mrnugget/dotfiles

Duplicate `jj log` aliases in `zshrc`

Open Beginner friendly
#1 0 comments 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.