1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2025-03-04 22:19:55 +08:00
ohmyzsh/plugins/github/github.plugin.zsh

5 lines
109 B
Bash
Raw Normal View History

2010-10-09 14:29:24 +01:00
# add github completion function to path
fpath=($ZSH/plugins/github $fpath)
autoload -U compinit
compinit -i