Fix PATH, update antigen, disable instant prompt

This commit is contained in:
Fabian
2021-10-23 18:43:38 +02:00
parent 49490c15e4
commit 4afbe06d9b
3 changed files with 5 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
# Generated by Powerlevel10k configuration wizard on 2021-10-23 at 17:40 CEST. # Generated by Powerlevel10k configuration wizard on 2021-10-23 at 18:37 CEST.
# Based on romkatv/powerlevel10k/config/p10k-classic.zsh, checksum 28342. # Based on romkatv/powerlevel10k/config/p10k-classic.zsh, checksum 28342.
# Wizard options: powerline, classic, unicode, light, 24h time, angled separators, # Wizard options: powerline, classic, unicode, light, 24h time, angled separators,
# sharp heads, flat tails, 1 line, compact, concise, instant_prompt=verbose. # sharp heads, flat tails, 1 line, compact, concise, instant_prompt=quiet.
# Type `p10k configure` to generate another config. # Type `p10k configure` to generate another config.
# #
# Config for Powerlevel10k with classic powerline prompt style. Type `p10k configure` to generate # Config for Powerlevel10k with classic powerline prompt style. Type `p10k configure` to generate
@@ -1614,7 +1614,7 @@
# - verbose: Enable instant prompt and print a warning when detecting console output during # - verbose: Enable instant prompt and print a warning when detecting console output during
# zsh initialization. Choose this if you've never tried instant prompt, haven't # zsh initialization. Choose this if you've never tried instant prompt, haven't
# seen the warning, or if you are unsure what this all means. # seen the warning, or if you are unsure what this all means.
typeset -g POWERLEVEL9K_INSTANT_PROMPT=verbose typeset -g POWERLEVEL9K_INSTANT_PROMPT=off
# Hot reload allows you to change POWERLEVEL9K options after Powerlevel10k has been initialized. # Hot reload allows you to change POWERLEVEL9K options after Powerlevel10k has been initialized.
# For example, you can type POWERLEVEL9K_BACKGROUND=red and see your prompt turn red. Hot reload # For example, you can type POWERLEVEL9K_BACKGROUND=red and see your prompt turn red. Hot reload

View File

@@ -4,7 +4,7 @@
if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then
source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh"
fi fi
export PATH="~/.local/bin:$PATH" export PATH="$HOME/.local/bin:$PATH"
[[ -f ~/.zsh/.powerline_config ]] && source ~/.zsh/.powerline_config [[ -f ~/.zsh/.powerline_config ]] && source ~/.zsh/.powerline_config
[[ -f ~/.zsh/.user_config ]] && source ~/.zsh/.user_config [[ -f ~/.zsh/.user_config ]] && source ~/.zsh/.user_config