浏览代码

Whoops, this was supposed to be in the last commit!

Theodore Robert Campbell Jr 14 年之前
父节点
当前提交
9406ae7929
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      plugins/github/github.plugin.zsh

+ 6 - 0
plugins/github/github.plugin.zsh

@@ -1,3 +1,9 @@
+# hub alias from defunkt
+# https://github.com/defunkt/hub
+if which hub > /dev/null; then
+    eval $(hub alias -s zsh)
+fi
+
 # add github completion function to path
 fpath=($ZSH/plugins/github $fpath)
 autoload -U compinit