bashrc, vimrc and some other things

This commit is contained in:
Frank Villaro-Dixon 2013-11-26 00:41:55 +01:00
parent 54e4d24740
commit f50a60e615
3 changed files with 9 additions and 3 deletions

2
bashrc
View file

@ -470,7 +470,7 @@ export GPGKEY=016106A6AF223DBE
export PYTHONPATH=/usr/local/lib/python2.7/dist-packages
export CC=clang
export OMPI_MPICC=clang++
#export OMPI_MPICC=clang++
export DEVKITPRO=/opt/devkitpro
export DEVKITARM=$DEVKITPRO/devkitARM

View file

@ -16,3 +16,7 @@ hackerspace
OpenPGP
CAcert
UniGE
foo
baz
quux
mutex

View file

@ -104,6 +104,8 @@ hi ColorColumn ctermbg=lightblue guibg=lightgrey
"MAKEFILES
map <F5> :make
map <F6> :e %:r.h
"TIPS : :copen :cclose :cw
@ -138,8 +140,8 @@ inoremap § <esc>/<+.\{-1,}+><return>c/+>/e<return>
"Automatic line wrap/br when writing mails in mutt
au BufRead /dev/shm/mutt-* set tw=80 fo+=aw noautoindent
autocmd BufRead,BufNewFile *.tex set tw=80
autocmd BufRead,BufNewFile *.latex set tw=80
autocmd BufRead,BufNewFile *.tex set tw=80 fo+=aw
autocmd BufRead,BufNewFile *.latex set tw=80 fo+=aw
autocmd BufRead,BufNewFile *.lista set filetype=lisp
autocmd BufRead,BufNewFile *.m set nospell