1
0
Fork 0

enable modeline, disable mouse in vim, also dont switch from koi8-r in shell

This commit is contained in:
Von Random 2016-06-21 11:48:21 +03:00
parent 104d46826d
commit b2100914bb
2 changed files with 8 additions and 9 deletions

12
shellrc
View file

@ -36,11 +36,13 @@ vcs_enabled=true
export MYSQL_PS1="mysql [\d]> "
export SSH_AUTH_SOCK="${HOME}/.ssh/ssh_auth_sock"
export TIME_STYLE='long-iso'
export LANG='en_US.utf8'
export LANGUAGE="$LANG"
if [[ ${OSTYPE} != 'cygwin' ]]; then
export LC_TIME='en_DK.utf8'
export LC_MEASUREMENT='en_DK.utf8'
if [[ ${LANG} != 'ru_RU.KOI8-R' ]]; then
export LANG='en_US.utf8'
export LANGUAGE="$LANG"
if [[ ${OSTYPE} != 'cygwin' ]]; then
export LC_TIME='en_DK.utf8'
export LC_MEASUREMENT='en_DK.utf8'
fi
fi
export EDITOR='vim'
export PAGER='less -R'