Don't use pager on PR list
This commit is contained in:
parent
728cc9eb9d
commit
bf741014c2
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user