From 49c0276cebd6e22bcd12b17d81e72cb1f9e8f32c Mon Sep 17 00:00:00 2001 From: Risu <79110363+risu729@users.noreply.github.com> Date: Sat, 2 Nov 2024 12:44:29 +0900 Subject: [PATCH] refactor(wsl/.bashrc): use full form of flag (#760) --- wsl/.bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wsl/.bashrc b/wsl/.bashrc index da91374d..1ec0b024 100644 --- a/wsl/.bashrc +++ b/wsl/.bashrc @@ -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