diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-01-26 18:54:52 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-01-26 18:54:52 +0300 |
commit | a9715367d4547dabaa724f9907bc971078453528 (patch) | |
tree | 9d84ab2be3a7e3a91901b68494a55d350923616e /internal/wizard.zsh | |
parent | 98c614b85114b43124d5d861c3849c9b294799ff (diff) |
fix prompt_char (never showed error); unify options
Diffstat (limited to 'internal/wizard.zsh')
-rwxr-xr-x | internal/wizard.zsh | 7 |
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 "" - -} "$@" |