mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Merge branch 'master' of git://github.com/robbyrussell/oh-my-zsh
Conflicts: .gitignore lib/directories.zsh lib/termsupport.zsh lib/theme-and-appearance.zsh oh-my-zsh.sh plugins/git/git.plugin.zsh plugins/osx/osx.plugin.zsh
This commit is contained in:
commit
e0ca1b0f68
52 changed files with 976 additions and 101 deletions
|
|
@ -1,3 +1,10 @@
|
|||
# hub alias from defunkt
|
||||
# https://github.com/defunkt/hub
|
||||
if [ "$commands[(I)hub]" ]; then
|
||||
# eval `hub alias -s zsh`
|
||||
function git(){hub "$@"}
|
||||
fi
|
||||
|
||||
# add github completion function to path
|
||||
fpath=($ZSH/plugins/github $fpath)
|
||||
autoload -U compinit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue