Don't use pager on PR list
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
if (( $+commands[gh] )); then
|
if (( $+commands[gh] )); then
|
||||||
gh_chpwd_hook() {
|
gh_chpwd_hook() {
|
||||||
if [[ -d ".github" ]]; then
|
if [[ -d ".github" ]]; then
|
||||||
gh pr list
|
PAGER= gh pr list
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user