From 2aa256595829a77510c7130b20f4ef5977c1bdc3 Mon Sep 17 00:00:00 2001 From: Asocia Date: Sun, 25 Apr 2021 19:18:31 +0300 Subject: [PATCH] Do not overwrite settings --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index eff6b91..d86f054 100644 --- a/.zshrc +++ b/.zshrc @@ -171,6 +171,7 @@ eval "$(pyenv virtualenv-init -)" # If not in tmux session, add battery and time to prompt +[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh [[ -n $TMUX ]] || POWERLEVEL9K_RIGHT_PROMPT_ELEMENTS+=(battery time) export VISUAL=vim @@ -202,4 +203,3 @@ export FZF_DEFAULT_OPTS='--bind change:top' autoload -U compinit; compinit -y # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. -[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh