From 681f504d8ac98c5ac1b166999ceebc72cace2260 Mon Sep 17 00:00:00 2001
From: romkatv <roman.perepelitsa@gmail.com>
Date: Mon, 20 Apr 2020 17:27:59 +0200
Subject: unset DEFAULT_USER in generated .p10k.zsh; see #640

---
 config/p10k-classic.zsh      | 2 +-
 config/p10k-lean-8colors.zsh | 2 +-
 config/p10k-lean.zsh         | 2 +-
 config/p10k-pure.zsh         | 2 +-
 config/p10k-rainbow.zsh      | 2 +-
 config/p10k-robbyrussell.zsh | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

(limited to 'config')

diff --git a/config/p10k-classic.zsh b/config/p10k-classic.zsh
index 15d11831..20b3c206 100644
--- a/config/p10k-classic.zsh
+++ b/config/p10k-classic.zsh
@@ -17,7 +17,7 @@
 
   # Unset all configuration options. This allows you to apply configuration changes without
   # restarting zsh. Edit ~/.p10k.zsh and type `source ~/.p10k.zsh`.
-  unset -m 'POWERLEVEL9K_*'
+  unset -m 'POWERLEVEL9K_*|DEFAULT_USER'
 
   # Zsh >= 5.1 is required.
   autoload -Uz is-at-least && is-at-least 5.1 || return
diff --git a/config/p10k-lean-8colors.zsh b/config/p10k-lean-8colors.zsh
index 14b88788..ed5db27d 100644
--- a/config/p10k-lean-8colors.zsh
+++ b/config/p10k-lean-8colors.zsh
@@ -17,7 +17,7 @@
 
   # Unset all configuration options. This allows you to apply configuration changes without
   # restarting zsh. Edit ~/.p10k.zsh and type `source ~/.p10k.zsh`.
-  unset -m 'POWERLEVEL9K_*'
+  unset -m 'POWERLEVEL9K_*|DEFAULT_USER'
 
   # Zsh >= 5.1 is required.
   autoload -Uz is-at-least && is-at-least 5.1 || return
diff --git a/config/p10k-lean.zsh b/config/p10k-lean.zsh
index bd68916e..83d04991 100644
--- a/config/p10k-lean.zsh
+++ b/config/p10k-lean.zsh
@@ -17,7 +17,7 @@
 
   # Unset all configuration options. This allows you to apply configuration changes without
   # restarting zsh. Edit ~/.p10k.zsh and type `source ~/.p10k.zsh`.
-  unset -m 'POWERLEVEL9K_*'
+  unset -m 'POWERLEVEL9K_*|DEFAULT_USER'
 
   # Zsh >= 5.1 is required.
   autoload -Uz is-at-least && is-at-least 5.1 || return
diff --git a/config/p10k-pure.zsh b/config/p10k-pure.zsh
index 8544089b..2ab4369f 100644
--- a/config/p10k-pure.zsh
+++ b/config/p10k-pure.zsh
@@ -26,7 +26,7 @@
   emulate -L zsh
 
   # Unset all configuration options.
-  unset -m 'POWERLEVEL9K_*'
+  unset -m 'POWERLEVEL9K_*|DEFAULT_USER'
 
   # Zsh >= 5.1 is required.
   autoload -Uz is-at-least && is-at-least 5.1 || return
diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh
index 175d374f..c388d652 100644
--- a/config/p10k-rainbow.zsh
+++ b/config/p10k-rainbow.zsh
@@ -17,7 +17,7 @@
 
   # Unset all configuration options. This allows you to apply configuration changes without
   # restarting zsh. Edit ~/.p10k.zsh and type `source ~/.p10k.zsh`.
-  unset -m 'POWERLEVEL9K_*'
+  unset -m 'POWERLEVEL9K_*|DEFAULT_USER'
 
   # Zsh >= 5.1 is required.
   autoload -Uz is-at-least && is-at-least 5.1 || return
diff --git a/config/p10k-robbyrussell.zsh b/config/p10k-robbyrussell.zsh
index f831395e..7703350e 100644
--- a/config/p10k-robbyrussell.zsh
+++ b/config/p10k-robbyrussell.zsh
@@ -21,7 +21,7 @@
   emulate -L zsh
 
   # Unset all configuration options.
-  unset -m 'POWERLEVEL9K_*'
+  unset -m 'POWERLEVEL9K_*|DEFAULT_USER'
 
   # Zsh >= 5.1 is required.
   autoload -Uz is-at-least && is-at-least 5.1 || return
-- 
cgit v1.2.3