diff --git a/script/ghco b/script/ghco index c85379f..a57ac1f 100755 --- a/script/ghco +++ b/script/ghco @@ -5,7 +5,7 @@ set -e export GH_NO_UPDATE_NOTIFIER=1 -prid=$(gh pr list | fzf | awk '{print $1}') +prid=$(gh pr list --limit 100 | fzf | awk '{print $1}') if [ -z $prid ]; then exit 0 fi