summaryrefslogtreecommitdiff
path: root/internal/wizard.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'internal/wizard.zsh')
-rwxr-xr-xinternal/wizard.zsh7
1 files changed, 0 insertions, 7 deletions
diff --git a/internal/wizard.zsh b/internal/wizard.zsh
index d0077c73..4bdb44d7 100755
--- a/internal/wizard.zsh
+++ b/internal/wizard.zsh
@@ -1,8 +1,3 @@
-emulate -L zsh
-setopt noaliases
-
-() {
-setopt extended_glob no_prompt_{bang,subst} prompt_percent typeset_silent
zmodload zsh/langinfo
if [[ ${langinfo[CODESET]:-} != (utf|UTF)(-|)8 ]]; then
local LC_ALL=${${(@M)$(locale -a):#*.(utf|UTF)(-|)8}[1]:-en_US.UTF-8}
@@ -1902,5 +1897,3 @@ change_zshrc || return
print -rP ""
flowing +c File feature requests and bug reports at "$(href https://github.com/romkatv/powerlevel10k/issues)."
print -rP ""
-
-} "$@"