Don't use pager on PR list

This commit is contained in:
2023-04-11 13:40:51 -05:00
parent 728cc9eb9d
commit bf741014c2

View File

@ -2,7 +2,7 @@
if (( $+commands[gh] )); then
gh_chpwd_hook() {
if [[ -d ".github" ]]; then
gh pr list
PAGER= gh pr list
fi
}