Fix PATH, update antigen, disable instant prompt
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Submodule zsh/antigen updated: 74aa897570...64de2dcd95
Reference in New Issue
Block a user