1
0
Fork 0

move LANG and LC_CTYPE to bash_profile / profile

This commit is contained in:
Von Random 2017-10-17 15:51:49 +03:00
parent 3e13b86d38
commit 2ddcf96154

3
bashrc
View file

@ -7,9 +7,6 @@ HISTFILE="${HOME}/.bash_history.${UID}"
HISTCONTROL=ignoredups
shopt -s histappend checkwinsize autocd
export LANG='en_US.utf8'
export LANGUAGE="$LANG"
export LC_CTYPE='ru_RU.utf8'
export PAGER='less -R'
export EDITOR='vim'
export MYSQL_PS1="mysql [\d]> "