fix(zsh): include powerlevel10k configuration

This commit is contained in:
Oliver Davies 2022-09-27 20:51:24 +01:00
parent 691da2a053
commit 228086f19a

View file

@ -21,6 +21,10 @@
];
initExtra = ''
if [ -f ~/.config/zsh/.p10k.zsh ]; then
. ~/.config/zsh/.p10k.zsh
fi
# Case insensitive autocompletion.
zstyle ":completion:*" matcher-list "" "m:{a-zA-Z}={A-Za-z}" "r:|=*" "l:|=* r:|=*"
autoload -Uz compinit && compinit