Merge branch 'master' of lugh.ch:/var/www/git/dotfiles

This commit is contained in:
Oliver Ladner 2015-12-12 23:24:09 +01:00
commit b2e344b78a
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,5 @@
# remember more commands
HISTSIZE=20000
HISTSIZE=200000
# add timestamps to history entries
HISTTIMEFORMAT="%d.%m.%Y %H:%M %Z # "

3
.vimrc
View file

@ -47,3 +47,6 @@ set t_Co=256
" always show vim-airline
set laststatus=2
" Fix intendation
map <F5> mzgg=G`z<CR>