zsh: fix completion mess

feature/symbol-search
brethil 2020-03-08 23:48:13 +01:00
parent 295214ceed
commit c003ff2c40
1 changed files with 4 additions and 2 deletions

View File

@ -1,8 +1,7 @@
# Check for update, set DISABLE_UPDATE_PROMPT=yes to disable the prompt and automatically update
env DISABLE_UPDATE_PROMPT=$DISABLE_UPDATE_PROMPT DOTFILES=$DOTFILES zsh -f $DOTFILES/check_for_update.sh
autoload -Uz compinit
compinit
source <(antibody init)
export ZSH=$(antibody path robbyrussell/oh-my-zsh)
export ZSH_THEME="brethil"
@ -18,6 +17,9 @@ fi
# Enable zsh autocorrection
setopt CORRECT_ALL
# Fix command completions on aliases
setopt completealiases
## Misc environment variables
# https://www.xkcd.com/378/