# 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"
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
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'
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'