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
Oh My Zsh
993e05da50543b9c2dcc5e4fedb93afd1c8b020c
993e05da50543b9c2dcc5e4fedb93afd1c8b020c
Switch branch/tag
oh-my-zsh
plugins
github
github.plugin.zsh
Find file
Normal view
History
Permalink
github.plugin.zsh
76 Bytes
Edit
Web IDE
Newer
Older
adding github plugin
Sven Lito
committed
Oct 09, 2010
1
2
# add github completion function to path
fpath
=(
$ZSH
/plugins/github
$fpath
)