My shell environment variable

~/.bashrc  invoke when user logging in
/etc/bash.bashrc invoke when OS bootupping
/etc/rc.local invoke when local shell opening
developer: vim, ctags, mysql-server, phpmyadmin, chromium
System: ssh-server, apach2
tool: stardic




.vim/plugin/python.vim 
.vim/after/ftplugin/python_pydiction.vim 
.vim/tools/pydiction/complete-dict 

/etc/vim/vimrc內容 
filetype plugin on
set sw=4
set ts=4
colorscheme koehler
filetype indent on
autocmd FileType python setlocal et sta sw=4 sts=4

"pydiction 1.2 python auto complete
let g:pydiction_location = '~/.vim/tools/pydiction/complete-dict'
"defalut g:pydiction_menu_height == 15
"let g:pydiction_menu_height = 20 




export EDITOR=vim
alias ssh= 'ssh -o UserKnownHostsFile=/dev/Null -o StrictHostKeyChecking=no'
alias scp='scp -o UserKnownHostsFile=/dev/Null -o StrictHostKeyChecking=no'
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章