Don't use pager on PR list

This commit is contained in:
Daniel Lynn 2023-04-11 13:40:51 -05:00
parent 728cc9eb9d
commit bf741014c2
Signed by: daniel
GPG Key ID: 655C07B9B3DDC88B

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
}