mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 13:46:41 +00:00
Update oh-my-zsh
This commit is contained in:
10
shell/git.sh
10
shell/git.sh
@@ -24,12 +24,12 @@ alias gix="gitx"
|
|||||||
alias gx="gitx"
|
alias gx="gitx"
|
||||||
|
|
||||||
# Git Completion
|
# Git Completion
|
||||||
if [ -f "/usr/local/etc/bash_completion.d/git-completion.bash" ]; then
|
|
||||||
source "/usr/local/etc/bash_completion.d/git-completion.bash"
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Only needed for Bash. Zsh is much smarter with it's auto-completion ^_^
|
|
||||||
if [ -n "$BASH_VERSION" ]; then
|
if [ -n "$BASH_VERSION" ]; then
|
||||||
|
if [ -f "/usr/local/etc/bash_completion.d/git-completion.bash" ]; then
|
||||||
|
source "/usr/local/etc/bash_completion.d/git-completion.bash"
|
||||||
|
fi
|
||||||
|
|
||||||
|
# Only needed for Bash. Zsh is much smarter with it's auto-completion ^_^
|
||||||
complete -o default -o nospace -F _git g
|
complete -o default -o nospace -F _git g
|
||||||
complete -o default -o nospace -F _git gi
|
complete -o default -o nospace -F _git gi
|
||||||
fi
|
fi
|
||||||
|
|||||||
Submodule shell/zsh/oh-my-zsh updated: 2cc4801bd2...a38af27991
@@ -34,7 +34,7 @@ DISABLE_AUTO_TITLE="true"
|
|||||||
|
|
||||||
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
plugins=(brew bundler cake cap gem heroku node nyan osx powder python rails3 \
|
plugins=(brew bundler cake cap gem heroku node nyan osx powder python rails \
|
||||||
ruby thor vagrant)
|
ruby thor vagrant)
|
||||||
|
|
||||||
source "$ZSH/oh-my-zsh.sh"
|
source "$ZSH/oh-my-zsh.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user