added ZSH_DISABLE_COMPFIX=true

This commit is contained in:
tracer 2023-04-05 17:25:04 +02:00
parent ff460c376d
commit 96971e908f
1 changed files with 1 additions and 0 deletions

1
.zshrc
View File

@ -4,6 +4,7 @@
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi
export ZSH_DISABLE_COMPFIX=true
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="powerlevel10k/powerlevel10k"