Unverified Commit e604eaf5 authored by Marc Cornellà's avatar Marc Cornellà Committed by GitHub
Browse files

lib: delete LC_CTYPE locale setting which causes problems

Fixes #7942
parent 1908f7bd
......@@ -31,10 +31,5 @@ else
alias afind='ack -il'
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
setopt interactivecomments
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment