From 9006e7a59bde8327109203551fed68d661a30c21 Mon Sep 17 00:00:00 2001 From: Eduardo Bellido Bellido Date: Sun, 6 Sep 2015 19:17:20 +0200 Subject: [PATCH] Mark gh plugin as deprecated, hub is suggested as replacement --- plugins/available/gh.plugin.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/available/gh.plugin.bash b/plugins/available/gh.plugin.bash index 64b16567..fb429317 100644 --- a/plugins/available/gh.plugin.bash +++ b/plugins/available/gh.plugin.bash @@ -1,4 +1,4 @@ cite about-plugin -about-plugin 'load gh, if you are using it.' +about-plugin 'load gh, if you are using it (DEPRECATED, use hub instead)' -command -v gh >/dev/null 2>&1 && eval "$(gh alias -s)" +command -v gh 2> /dev/null && eval "$(gh alias -s)"