Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
f0922006
Commit
f0922006
authored
Mar 19, 2011
by
Theodore Robert Campbell Jr
Committed by
Robby Russell
Apr 12, 2011
Browse files
changes recommended by blueyed
parent
9406ae79
Changes
1
Show whitespace changes
Inline
Side-by-side
plugins/github/github.plugin.zsh
View file @
f0922006
# hub alias from defunkt
# https://github.com/defunkt/hub
if
which hub
>
/dev/null
;
then
eval
$(
hub
alias
-s
zsh
)
if
[
"
$commands
[(I)hub]"
]
;
then
# eval `hub alias -s zsh`
function
git
(){
hub
"
$@
"
}
fi
# add github completion function to path
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment