forked from kunsi/dotfiles
add completion for config repo
This commit is contained in:
parent
22a5757ea8
commit
7ac01c454f
1 changed files with 3 additions and 0 deletions
3
.zshrc
3
.zshrc
|
@ -114,4 +114,7 @@ prompt_context(){}
|
||||||
# alias zshconfig="mate ~/.zshrc"
|
# alias zshconfig="mate ~/.zshrc"
|
||||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
||||||
|
|
||||||
|
compdef _git config=git
|
||||||
|
setopt no_complete_aliases
|
||||||
|
|
||||||
source ~/.gnupg/gnupg_agent
|
source ~/.gnupg/gnupg_agent
|
||||||
|
|
Loading…
Reference in a new issue