mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-26 02:12:33 +01:00
Locale an file-inclusion bugfix
lib/misc.zsh Setting LC_CTYPE to en_US.UTF-8 break applications when LANG is set to de_DE.UTF-8. themes/thomasjbradley.zsh-theme Fixed the inclusion of a potentially non-existing file.
This commit is contained in:
parent
dc12853b0c
commit
c598c3cc69
2 changed files with 2 additions and 2 deletions
|
|
@ -10,4 +10,3 @@ setopt long_list_jobs
|
|||
|
||||
## pager
|
||||
export PAGER=less
|
||||
export LC_CTYPE=en_US.UTF-8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue