I finally got Z Shell to a place where I'm happy.
This commit is contained in:
parent
6280183781
commit
d5bbd8efdb
1 changed files with 3 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue