diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2020-02-27 16:38:29 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2020-02-27 16:38:29 +0300 |
commit | 112648acb106596cd14b0ba8bdccddc9ce4e5f4c (patch) | |
tree | 18d2aac79b3fe02b92679df27d4c6049f768a48a /config/p10k-pure.zsh | |
parent | 1fd5087e919d53e79d728861acb5b10d420a9777 (diff) |
more robust locale workaround in configs
Diffstat (limited to 'config/p10k-pure.zsh')
-rw-r--r-- | config/p10k-pure.zsh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/p10k-pure.zsh b/config/p10k-pure.zsh index fcae29fc..b2e8dd2f 100644 --- a/config/p10k-pure.zsh +++ b/config/p10k-pure.zsh @@ -24,7 +24,6 @@ () { emulate -L zsh - setopt no_unset autoload -Uz is-at-least && is-at-least 5.1 || return |