mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2026-01-22 22:45:37 +01:00
be more tolerant towards misconfigured locales; users with non-utf-8 locales will still have broken shells but at least p10k will work
This commit is contained in:
parent
d8c509f5c9
commit
59e96984a1
5 changed files with 67 additions and 55 deletions
|
|
@ -5,6 +5,7 @@ setopt noaliases
|
|||
|
||||
() {
|
||||
setopt extended_glob no_prompt_{bang,subst} prompt_{cr,percent,sp}
|
||||
local LC_ALL=C.UTF-8
|
||||
|
||||
typeset -g __p9k_root_dir
|
||||
typeset -gi force=0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue