From ddc47993a23b417c600020a35d7f4105e9048bff Mon Sep 17 00:00:00 2001 From: romkatv Date: Sun, 5 Apr 2020 07:25:10 +0200 Subject: add POWERLEVEL9K_CONFIG_FILE --- config/p10k-classic.zsh | 3 +++ config/p10k-lean-8colors.zsh | 3 +++ config/p10k-lean.zsh | 3 +++ config/p10k-pure.zsh | 3 +++ config/p10k-rainbow.zsh | 3 +++ config/p10k-robbyrussell.zsh | 3 +++ 6 files changed, 18 insertions(+) (limited to 'config') diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh index 635e0126..20fab717 100644 --- a/config/p10k-classic.zsh +++ b/config/p10k-classic.zsh @@ -1498,5 +1498,8 @@ (( ! $+functions[p10k] )) || p10k reload } +# Tell `p10k configure` which file it should overwrite. +typeset -g POWERLEVEL9K_CONFIG_FILE=${${(%):-%x}:a} + (( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]} 'builtin' 'unset' 'p10k_config_opts' diff --git a/config/p10k-lean-8colors.zsh b/config/p10k-lean-8colors.zsh index 7381402b..86fff628 100644 --- a/config/p10k-lean-8colors.zsh +++ b/config/p10k-lean-8colors.zsh @@ -1476,5 +1476,8 @@ (( ! $+functions[p10k] )) || p10k reload } +# Tell `p10k configure` which file it should overwrite. +typeset -g POWERLEVEL9K_CONFIG_FILE=${${(%):-%x}:a} + (( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]} 'builtin' 'unset' 'p10k_config_opts' diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh index 7d9a537d..1a5bf89f 100644 --- a/config/p10k-lean.zsh +++ b/config/p10k-lean.zsh @@ -1476,5 +1476,8 @@ (( ! $+functions[p10k] )) || p10k reload } +# Tell `p10k configure` which file it should overwrite. +typeset -g POWERLEVEL9K_CONFIG_FILE=${${(%):-%x}:a} + (( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]} 'builtin' 'unset' 'p10k_config_opts' diff --git a/config/p10k-pure.zsh b/config/p10k-pure.zsh index bda5d3d3..8544089b 100644 --- a/config/p10k-pure.zsh +++ b/config/p10k-pure.zsh @@ -186,5 +186,8 @@ (( ! $+functions[p10k] )) || p10k reload } +# Tell `p10k configure` which file it should overwrite. +typeset -g POWERLEVEL9K_CONFIG_FILE=${${(%):-%x}:a} + (( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]} 'builtin' 'unset' 'p10k_config_opts' diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index 068333f5..412332a9 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -1573,5 +1573,8 @@ (( ! $+functions[p10k] )) || p10k reload } +# Tell `p10k configure` which file it should overwrite. +typeset -g POWERLEVEL9K_CONFIG_FILE=${${(%):-%x}:a} + (( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]} 'builtin' 'unset' 'p10k_config_opts' diff --git a/config/p10k-robbyrussell.zsh b/config/p10k-robbyrussell.zsh index 5e0f8958..f831395e 100644 --- a/config/p10k-robbyrussell.zsh +++ b/config/p10k-robbyrussell.zsh @@ -104,5 +104,8 @@ (( ! $+functions[p10k] )) || p10k reload } +# Tell `p10k configure` which file it should overwrite. +typeset -g POWERLEVEL9K_CONFIG_FILE=${${(%):-%x}:a} + (( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]} 'builtin' 'unset' 'p10k_config_opts' -- cgit v1.2.3