ghco: silence update messages
This commit is contained in:
parent
bd555d87d4
commit
cc3a150b07
|
@ -3,6 +3,8 @@
|
||||||
# Select and checkout a GitHub pull request using the GitHub CLI (required)
|
# Select and checkout a GitHub pull request using the GitHub CLI (required)
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
export GH_NO_UPDATE_NOTIFIER=1
|
||||||
|
|
||||||
prid=$(gh pr list | fzf | awk '{print $1}')
|
prid=$(gh pr list | fzf | awk '{print $1}')
|
||||||
if [ -z $prid ]; then
|
if [ -z $prid ]; then
|
||||||
exit 0
|
exit 0
|
||||||
|
|
Loading…
Reference in New Issue