# HG changeset patch # User meillo@marmaro.de # Date 1195751692 -3600 # Node ID c5e14bee7dbce2e5bc19ac5c1ceb7fc9ec34609a # Parent f4fd1276a8b306ef645b4ace80a15d16669a1433 vim: switched from spaces to tabs; bash: LANG now in env diff -r f4fd1276a8b3 -r c5e14bee7dbc .bashrc --- a/.bashrc Fri Oct 05 20:42:41 2007 +0200 +++ b/.bashrc Thu Nov 22 18:14:52 2007 +0100 @@ -3,6 +3,7 @@ # modified standard bashrc of debian sarge # +export LANG=en_US.UTF-8 # ~/.bashrc: executed by bash(1) for non-login shells. # see /usr/share/doc/bash/examples/startup-files (in the package bash-doc) diff -r f4fd1276a8b3 -r c5e14bee7dbc .vimrc --- a/.vimrc Fri Oct 05 20:42:41 2007 +0200 +++ b/.vimrc Thu Nov 22 18:14:52 2007 +0100 @@ -17,11 +17,14 @@ set nocursorline -set expandtab +set noexpandtab set shiftwidth=2 set softtabstop=2 set tabstop=2 +set cindent +set pastetoggle= + syntax on set number