added ZSH_DISABLE_COMPFIX=true
This commit is contained in:
parent
ff460c376d
commit
96971e908f
1
.zshrc
1
.zshrc
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue