From: Jannik ZANDER Date: Mon, 8 Jan 2018 22:11:18 +0000 (+0100) Subject: US language with SI units X-Git-Url: https://git.zndr.dk/?a=commitdiff_plain;h=423b688391f2100a642efb3b1d80870b568e496a;p=dotfiles.git US language with SI units --- diff --git a/.config/bash/environ b/.config/bash/environ index 60657f8..247db27 100644 --- a/.config/bash/environ +++ b/.config/bash/environ @@ -1,9 +1,9 @@ # Color terminal -if [[ $COLORTERM = gnome-* && $TERM = xterm ]] && infocmp gnome-256color >/dev/null 2>&1; then - export TERM='gnome-256color'; -elif infocmp xterm-256color >/dev/null 2>&1; then - export TERM='xterm-256color'; -fi; +#if [[ $COLORTERM = gnome-* && $TERM = xterm ]] && infocmp gnome-256color >/dev/null 2>&1; then +# export TERM='gnome-256color'; +#elif infocmp xterm-256color >/dev/null 2>&1; then +# export TERM='xterm-256color'; +#fi; # Git completion and prompt source "/usr/share/git/completion/git-completion.bash" @@ -40,15 +40,9 @@ export MANPAGER="less -eFRX" export BROWSER='lynx -vikeys -use_mouse' -# Prefer US language and UTF-8 +# Prefer US language with SI units (Danish) export LANG="en_US.UTF-8"; -export LC_ALL="en_US.UTF-8"; -#export LC_ALL="en_DK.UTF-8"; -#export LC_NUMERIC=en_DK.UTF-8 -#export LC_TIME=en_DK.UTF-8 -#export LC_MONETARY=en_DK.UTF-8 -#export LC_PAPER=en_DK.UTF-8 -#export LC_MEASUREMENT=en_DK.UTF-8 +export LC_ALL="en_DK.UTF-8"; export KEYMAP=us # Highlight section titles in manual pages diff --git a/.vimrc b/.vimrc index f02cd87..1d21bcd 100644 --- a/.vimrc +++ b/.vimrc @@ -39,7 +39,7 @@ Plug 'brandonbloom/csearch.vim' Plug 'mileszs/ack.vim' Plug 'jeetsukumaran/vim-filesearch' Plug 'haya14busa/incsearch.vim' -Plug 'altercation/vim-colors-solarized' +"Plug 'altercation/vim-colors-solarized' Plug 'editorconfig/editorconfig-vim' Plug 'johnsyweb/vim-makeshift' Plug 'tfnico/vim-gradle' @@ -141,10 +141,10 @@ let g:netrw_sort_sequence = '[\/]$,*' set t_Co=16 -let g:solarized_termtrans=1 -let g:solarized_menu=0 -let g:markdown_fenced_languages = ['html', 'python', 'bash=sh'] -let g:markdown_syntax_conceal = 0 +"let g:solarized_termtrans=1 +"let g:solarized_menu=0 +"let g:markdown_fenced_languages = ['html', 'python', 'bash=sh'] +"let g:markdown_syntax_conceal = 0 " %s is replaced with fzf command "let g:fzf_launcher = 'xterm -e bash -ic %s'