Skip to content

Commit

Permalink
feat(wsl/.bashrc): enable gh cli completion (#759)
Browse files Browse the repository at this point in the history
  • Loading branch information
risu729 authored Nov 2, 2024
1 parent 845603f commit f33eab2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wsl/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ alias mr="mise run"
mise_completion="$(mise completion bash)"
eval "${mise_completion}"

# enable gh completion
gh_completion="$(gh completion -s bash)"
eval "${gh_completion}"

# vs code
alias code="code-insiders"

Expand Down

0 comments on commit f33eab2

Please sign in to comment.