I finally got Z Shell to a place where I'm happy.

This commit is contained in:
Max Bucknell 2015-05-09 13:09:39 +01:00
parent 6280183781
commit d5bbd8efdb

View file

@ -32,6 +32,9 @@ fpath=("~/.zsh/zsh-completions/src" $fpath)
# Ensure we can run the compinit to make them work.
autoload compinit
# Initialise better autocompletion
compinit
## Syntax Highlighting
source "$HOME/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"