首先不同网站,当然可以使用同一个邮箱,比如我的github,gitlab,bitbucket的账号都是monkeysuzie[at]gmail.com 这时候不用担心密钥的问题,因为这些网站push pull 认证的唯一性的是邮箱 比如我的windows 上 2个账号一个gitlab 一个github (用的都是id_rsa)
host github
hostname github.com
Port 22
host gitlab.zjut.com
set nocompatible " 设置不兼容VI | |
filetype off " required! | |
set rtp+=~/.vim/bundle/vundle/ | |
call vundle#rc() | |
Bundle 'gmarik/vundle' | |
Bundle 'bling/vim-airline' | |
"Bundle 'kien/ctrlp.vim' | |
"Bundle 'scrooloose/nerdtree' |
/*上,下边框*/ | |
.tBor:before, | |
.bBor:after{ | |
position:absolute; | |
content: ""; | |
height:1px; | |
background:red; | |
left:0; | |
right:0; | |
} |