2007년 12월 03일
dd
if [ -f ~/.bash_login ]; then
. ~/.bash_login
fi
if [ -f ~/.profile ]; then
. ~/.profile
fi
export LANG="ko_KR.UTF-8"
alias "ls=ls -vFG"
export PATH="/opt/local/bin:/opt/local/sbin:$PATH"
PS1='\W> '
alias "l=ls -l"
alias "irb=irb --simple-prompt"
PATH="/Library/Frameworks/Python.framework/Versions/Current/bin:${PATH}"
export PATH
export EDITOR="$HOME/bin/mate -w"
set nocp
set all&
set hi=100
set bs=indent,eol,start
set fenc=utf-8
set fencs=utf-8,cp949,cp932,euc-jp,shift-jis,big5,latin1,ucs-2le
filetype on
set ru
set sc
set nu
set ts=4
set sw=4
set noet
set sts=0
"set nowrap
set hls
set nows
set ic
set scs
if has("gui_running")
set lines=50
set co=125
endif
set report=0
set ls=2
set background=dark
set cindent
colorscheme elflord
filet plugin indent on
syntax on
set ai
set si
iab xdate <C-R>=strftime("%Y-%m-%d %H:%M:%S")<CR>
iab xtime <C-R>=strftime("%H:%M:%S")<CR>
iab xname Ohyung
iab xcoding /*<CR>Project Name : <CR><CR>Version : 1.0<CR>Copyright (c) 2007 : Ohyung ( ohyung@ohyung.com )<CR>Last modified at : <C-R>=strftime("%Y.%m.%d")<CR><CR>*/<CR>
set wmnu
let g:explVertical=1
let g:explSplitRight=1
let g:explStartRight=1
let g:explWinSize=20
map <F2> V
map <F3> y
map <F4> p
map <F5> :w!<CR>:!gcc % -o %<.out<CR>
map <F6> :!./%<.out<CR>
map <F8> K
set lz
set lpl
set ffs=unix,dos,mac
map #4 :w<CR>:!javac "%"<CR>
map #5 :!java "%:r"<CR>
. ~/.bash_login
fi
if [ -f ~/.profile ]; then
. ~/.profile
fi
export LANG="ko_KR.UTF-8"
alias "ls=ls -vFG"
export PATH="/opt/local/bin:/opt/local/sbin:$PATH"
PS1='\W> '
alias "l=ls -l"
alias "irb=irb --simple-prompt"
PATH="/Library/Frameworks/Python.framework/Versions/Current/bin:${PATH}"
export PATH
export EDITOR="$HOME/bin/mate -w"
set nocp
set all&
set hi=100
set bs=indent,eol,start
set fenc=utf-8
set fencs=utf-8,cp949,cp932,euc-jp,shift-jis,big5,latin1,ucs-2le
filetype on
set ru
set sc
set nu
set ts=4
set sw=4
set noet
set sts=0
"set nowrap
set hls
set nows
set ic
set scs
if has("gui_running")
set lines=50
set co=125
endif
set report=0
set ls=2
set background=dark
set cindent
colorscheme elflord
filet plugin indent on
syntax on
set ai
set si
iab xdate <C-R>=strftime("%Y-%m-%d %H:%M:%S")<CR>
iab xtime <C-R>=strftime("%H:%M:%S")<CR>
iab xname Ohyung
iab xcoding /*<CR>Project Name : <CR><CR>Version : 1.0<CR>Copyright (c) 2007 : Ohyung ( ohyung@ohyung.com )<CR>Last modified at : <C-R>=strftime("%Y.%m.%d")<CR><CR>*/<CR>
set wmnu
let g:explVertical=1
let g:explSplitRight=1
let g:explStartRight=1
let g:explWinSize=20
map <F2> V
map <F3> y
map <F4> p
map <F5> :w!<CR>:!gcc % -o %<.out<CR>
map <F6> :!./%<.out<CR>
map <F8> K
set lz
set lpl
set ffs=unix,dos,mac
map #4 :w<CR>:!javac "%"<CR>
map #5 :!java "%:r"<CR>
# by | 2007/12/03 06:04 | Mac | 트랙백 | 덧글(0)




☞ 내 이글루에 이 글과 관련된 글 쓰기 (트랙백 보내기) [도움말]