Skip to content

Commit

Permalink
refactor(wsl/.bashrc): use full form of flag (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
risu729 authored Nov 2, 2024
1 parent f33eab2 commit 49c0276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wsl/.bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ mise_completion="$(mise completion bash)"
eval "${mise_completion}"

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

# vs code
Expand Down

0 comments on commit 49c0276

Please sign in to comment.