From 4afbe06d9b3e922127c63c6ff9cad966fb2700fc Mon Sep 17 00:00:00 2001 From: Fabian Date: Sat, 23 Oct 2021 18:43:38 +0200 Subject: [PATCH] Fix PATH, update antigen, disable instant prompt --- zsh/.p10k.zsh | 6 +++--- zsh/.zshrc | 2 +- zsh/antigen | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/zsh/.p10k.zsh b/zsh/.p10k.zsh index 8dcca76..ef2ff65 100644 --- a/zsh/.p10k.zsh +++ b/zsh/.p10k.zsh @@ -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. # 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. # # 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 # 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. - 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. # For example, you can type POWERLEVEL9K_BACKGROUND=red and see your prompt turn red. Hot reload diff --git a/zsh/.zshrc b/zsh/.zshrc index d14cd51..d78a0d3 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -4,7 +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 PATH="~/.local/bin:$PATH" +export PATH="$HOME/.local/bin:$PATH" [[ -f ~/.zsh/.powerline_config ]] && source ~/.zsh/.powerline_config [[ -f ~/.zsh/.user_config ]] && source ~/.zsh/.user_config diff --git a/zsh/antigen b/zsh/antigen index 74aa897..64de2dc 160000 --- a/zsh/antigen +++ b/zsh/antigen @@ -1 +1 @@ -Subproject commit 74aa89757038e42d472db22cb5b5bc6cbd4edb93 +Subproject commit 64de2dcd95d6a8e879cd2244c763d99f0144e78e