mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-30 02:44:42 +01:00
Fix Empty LANG problem.
In Mac OS X environment, LANG is not set. So, LC_CTYPE is overridden by empty.
This commit is contained in:
parent
27c6becffd
commit
e73ff151cd
1 changed files with 0 additions and 2 deletions
|
|
@ -11,5 +11,3 @@ setopt long_list_jobs
|
|||
## pager
|
||||
export PAGER="less"
|
||||
export LESS="-R"
|
||||
|
||||
export LC_CTYPE=$LANG
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue