Specify compdump file location to compinit

This commit is contained in:
Kenneth Benzie 2022-09-20 22:45:54 +01:00
parent efcea9e8a5
commit 715014ed3d

2
zshrc
View File

@ -65,7 +65,7 @@ setopt completeinword
# Initialize completions # Initialize completions
autoload -U compinit autoload -U compinit
compinit compinit -d ~/.cache/zsh/compdump
# Add pip to the old completion engine if present # Add pip to the old completion engine if present
if command -v pip &> /dev/null; then if command -v pip &> /dev/null; then