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:
Ranft 2010-10-27 09:16:43 +02:00
commit c598c3cc69
2 changed files with 2 additions and 2 deletions

View file

@ -10,4 +10,3 @@ setopt long_list_jobs
## pager
export PAGER=less
export LC_CTYPE=en_US.UTF-8