commit 8ee4060594a2fa64e44df791860aec5c4a9a5eb9
parent 65b13a69ea13400b093f5d4d33b232dd10c97761
Author: Vincent Demeester <vincent@sbr.pm>
Date: Sat, 6 Jul 2019 14:05:07 +0200
profiles.zsh: add -u to compinit
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/profiles/zsh.nix b/modules/profiles/zsh.nix
@@ -93,7 +93,7 @@ in
ZSH_HIGHLIGHT_PATTERNS+=('rm -fR *' 'fg=white,bold,bg=red')
ZSH_HIGHLIGHT_PATTERNS+=('rm -fr *' 'fg=white,bold,bg=red')
zstyle ':completion:*' menu select
- compinit
+ compinit -u
source $HOME/${config.programs.zsh.dotDir}/prompt.zsh
if [ -n "$INSIDE_EMACS" ]; then
chpwd() { print -P "\033AnSiTc %d" }