From 126e81a943d4969583bfd57d3ec4304d8886440f Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Fri, 17 Oct 2014 17:18:19 +0300 Subject: [PATCH] Added the gh plugin. --- plugins/available/gh.plugin.bash | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/available/gh.plugin.bash diff --git a/plugins/available/gh.plugin.bash b/plugins/available/gh.plugin.bash new file mode 100644 index 00000000..64b16567 --- /dev/null +++ b/plugins/available/gh.plugin.bash @@ -0,0 +1,4 @@ +cite about-plugin +about-plugin 'load gh, if you are using it.' + +command -v gh >/dev/null 2>&1 && eval "$(gh alias -s)"