move LANG and LC_CTYPE to bash_profile / profile
This commit is contained in:
parent
3e13b86d38
commit
2ddcf96154
1 changed files with 0 additions and 3 deletions
3
bashrc
3
bashrc
|
@ -7,9 +7,6 @@ HISTFILE="${HOME}/.bash_history.${UID}"
|
||||||
HISTCONTROL=ignoredups
|
HISTCONTROL=ignoredups
|
||||||
shopt -s histappend checkwinsize autocd
|
shopt -s histappend checkwinsize autocd
|
||||||
|
|
||||||
export LANG='en_US.utf8'
|
|
||||||
export LANGUAGE="$LANG"
|
|
||||||
export LC_CTYPE='ru_RU.utf8'
|
|
||||||
export PAGER='less -R'
|
export PAGER='less -R'
|
||||||
export EDITOR='vim'
|
export EDITOR='vim'
|
||||||
export MYSQL_PS1="mysql [\d]> "
|
export MYSQL_PS1="mysql [\d]> "
|
||||||
|
|
Loading…
Reference in a new issue