Browse Source

Update zsh fix git auto complete

pull/4/head
Ein Verne 5 years ago
parent
commit
bda8accebf
No known key found for this signature in database
GPG Key ID: 926634D64ACAD792
  1. 3
      .zshrc

3
.zshrc

@ -215,6 +215,9 @@ if [[ -f ~/.zshrc.local ]]; then
source $HOME/.zshrc.local source $HOME/.zshrc.local
fi fi
fpath=(~/.zsh/completions $fpath)
autoload -U compinit && compinit
# space # space
SPACESHIP_DIR_SHOW="${SPACESHIP_DIR_SHOW=true}" SPACESHIP_DIR_SHOW="${SPACESHIP_DIR_SHOW=true}"
SPACESHIP_DIR_PREFIX="${SPACESHIP_DIR_PREFIX="in "}" SPACESHIP_DIR_PREFIX="${SPACESHIP_DIR_PREFIX="in "}"

Loading…
Cancel
Save