procmailrc et vimrc

This commit is contained in:
Frank Villaro-Dixon 2014-01-06 14:18:06 +01:00
parent 4f9ac5a002
commit beb4372af7
3 changed files with 7 additions and 2 deletions

1
bashrc
View file

@ -548,6 +548,7 @@ export PATH=$PATH:~/Programmation/dotfiles/Utils
export HISTCONTROL=erasedups
# }}}
export PATH="$HOME/opt/cross/bin:$PATH"
export PATH="/home/frank/.gem/ruby/2.0.0/bin/:$PATH"
#Launch startx when login
[[ -z $DISPLAY && $XDG_VTNR -le 4 && -z $SSH_CLIENT ]] && exec startx

View file

@ -112,6 +112,10 @@ SED=/bin/sed
* ^_______________________________________________$
| $SED -e 's/^_______________________________________________$/-- /'
:0 fBw
* ^---------------------------$
| $SED -e 's/^---------------------------$/-- /'
#:0c
# * ^From: *Service messagerie*

View file

@ -105,8 +105,8 @@ hi ColorColumn ctermbg=lightblue guibg=lightgrey
"MAKEFILES
map <F5> :make
map <F6> :vsplit %:r.h
map <F7> :split %:r.h
map <F6> :vsplit %:r.h<Enter>
map <F7> :split %:r.h<Enter>
"TIPS : :copen :cclose :cw
" Save on Ctrl-S {{{