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
|
## pager
|
||||||
export PAGER=less
|
export PAGER=less
|
||||||
export LC_CTYPE=en_US.UTF-8
|
|
||||||
|
|
|
||||||
|
|
@ -26,4 +26,5 @@ ZSH_THEME_GIT_PROMPT_DIRTY="%{$fg[green]%}!"
|
||||||
ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[green]%}?"
|
ZSH_THEME_GIT_PROMPT_UNTRACKED="%{$fg[green]%}?"
|
||||||
ZSH_THEME_GIT_PROMPT_CLEAN=""
|
ZSH_THEME_GIT_PROMPT_CLEAN=""
|
||||||
|
|
||||||
. ~/bin/dotfiles/zsh/aliases
|
test -r ~/bin/dotfiles/zsh/aliases && . ~/bin/dotfiles/zsh/aliases
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue