added locales to bashrc
This commit is contained in:
@@ -29,7 +29,8 @@ shopt -s cdspell # autocorrect typos in path names when using 'cd'
|
||||
shopt -s globstar # allow use of ** in file globbing
|
||||
shopt -s nocaseglob # case insensitive globbing
|
||||
|
||||
|
||||
export LC_CTYPE=en_US.UTF-8
|
||||
export LC_ALL=en_US.UTF-8
|
||||
# set variable identifying the chroot you work in (used in the prompt below)
|
||||
if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then
|
||||
debian_chroot=$(cat /etc/debian_chroot)
|
||||
|
||||
Reference in New Issue
Block a user