1
0
Fork 0

.zshrc: use en_IN.UTF-8 for all linux machines

This commit is contained in:
Pratham Patel 2022-09-24 12:44:36 +05:30
parent 0d1da62561
commit ae79fb8497
1 changed files with 1 additions and 4 deletions

5
.zshrc
View File

@ -62,6 +62,7 @@ then
source $ZSH_SYNTAX_HIGH
fi
export LANG=en_IN.UTF-8
source /etc/os-release
MACHINE_HOSTNAME=$(cat /etc/hostname)
@ -85,8 +86,6 @@ then
(/dev/pts/[0-9]) ;;
esac
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
fi
@ -97,8 +96,6 @@ then
(/dev/pts/[0-9]) ;;
esac
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8
fi
# stuff for macOS