Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
e604eaf5
Unverified
Commit
e604eaf5
authored
Aug 19, 2019
by
Marc Cornellà
Committed by
GitHub
Aug 19, 2019
Browse files
lib: delete LC_CTYPE locale setting which causes problems
Fixes #7942
parent
1908f7bd
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/misc.zsh
View file @
e604eaf5
...
@@ -31,10 +31,5 @@ else
...
@@ -31,10 +31,5 @@ else
alias
afind
=
'ack -il'
alias
afind
=
'ack -il'
fi
fi
# only define LC_CTYPE if undefined
if
[[
-z
"
$LC_CTYPE
"
&&
-z
"
$LC_ALL
"
]]
;
then
export
LC_CTYPE
=
${
LANG
%%
:
*
}
# pick the first entry from LANG
fi
# recognize comments
# recognize comments
setopt interactivecomments
setopt interactivecomments
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment