commit 80d66aa0f9b2ae907e865bf2b89c2c72b4e1861b
parent bbd793408bd7840d2619147bfbab2a0cd23c393c
Author: Chris Bracken <chris@bracken.jp>
Date: Fri, 3 Nov 2023 16:30:38 -0700
Update .zshrc location for compinstall
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.config/zsh/.zshrc b/.config/zsh/.zshrc
@@ -20,7 +20,7 @@ bindkey '^R' history-incremental-search-backward
fpath=("$HOME/.local/zsh/site-functions" "$ZDOTDIR/site-functions" "${fpath[@]}")
# Specify where compinstall writes cfg commands. Default, but saves checks.
-zstyle ':compinstall' filename "$HOME/.zshrc"
+zstyle ':compinstall' filename "$ZDOTDIR/.zshrc"
# Use menu-style autocompletion.
zstyle ':completion:*' menu select