1
0
Fork 0

some var changes and back to basics with tmux status line

This commit is contained in:
Von Random 2014-10-16 19:34:51 +04:00
parent 84845986dc
commit b205ceb2d7
3 changed files with 9 additions and 8 deletions

3
bashrc
View file

@ -17,7 +17,8 @@ comp_enable=true
# Other useful vars
#export LC_CTYPE= <- for system messages locale
export LC_ALL='en_GB.UTF-8'
export TIME_STYLE='long-iso'
export LC_ALL='en_US.UTF-8'
export LANG=${LC_ALL}
export PAGER='less -R'
export EDITOR='vim'