bashrc, vimrc and some other things
This commit is contained in:
parent
54e4d24740
commit
f50a60e615
3 changed files with 9 additions and 3 deletions
2
bashrc
2
bashrc
|
@ -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
|
||||
|
|
|
@ -16,3 +16,7 @@ hackerspace
|
|||
OpenPGP
|
||||
CAcert
|
||||
UniGE
|
||||
foo
|
||||
baz
|
||||
quux
|
||||
mutex
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue