procmailrc et vimrc
This commit is contained in:
parent
4f9ac5a002
commit
beb4372af7
3 changed files with 7 additions and 2 deletions
1
bashrc
1
bashrc
|
@ -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
|
||||
|
|
|
@ -112,6 +112,10 @@ SED=/bin/sed
|
|||
* ^_______________________________________________$
|
||||
| $SED -e 's/^_______________________________________________$/-- /'
|
||||
|
||||
:0 fBw
|
||||
* ^---------------------------$
|
||||
| $SED -e 's/^---------------------------$/-- /'
|
||||
|
||||
|
||||
#:0c
|
||||
# * ^From: *Service messagerie*
|
||||
|
|
|
@ -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 {{{
|
||||
|
|
Loading…
Reference in a new issue