Added gitfast to zsh for faster git autocomplete
This commit is contained in:
parent
5dfc8ea9ac
commit
d1fe19185e
2
zshrc
2
zshrc
|
@ -1,7 +1,7 @@
|
||||||
#oh-my-zsh
|
#oh-my-zsh
|
||||||
ZSH=~/.dotfiles/oh-my-zsh
|
ZSH=~/.dotfiles/oh-my-zsh
|
||||||
ZSH_THEME="agnoster"
|
ZSH_THEME="agnoster"
|
||||||
plugins=(sudo colored-man git gitignore)
|
plugins=(sudo colored-man git gitignore gitfast)
|
||||||
setopt correct
|
setopt correct
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user