- Mar 04 Sun 2018 16:24
-
Mac 背景及麥克風 錄音
- Nov 16 Mon 2015 20:34
-
[MAC] Update 10.11.1, Webserver breakdown? (Apache)
- Dec 16 Tue 2014 15:19
-
vi&Vim color
vi .barhrc
alias vi='vim'
vi .vimrc
set nocompatible
let color = "true"
"
if has("syntax")
if color == "true"
" This will switch colors ON
so ${VIMRUNTIME}/syntax/syntax.vim
else
" this switches colors OFF
syntax off
set t_Co=0
endif
endif
alias vi='vim'
vi .vimrc
set nocompatible
let color = "true"
"
if has("syntax")
if color == "true"
" This will switch colors ON
so ${VIMRUNTIME}/syntax/syntax.vim
else
" this switches colors OFF
syntax off
set t_Co=0
endif
endif
- Dec 16 Tue 2014 14:49
-
Terminal Color
- Dec 08 Mon 2014 23:34
-
mac to windows
這篇文章受密碼保護,請輸入密碼後查看內容。
- Jun 03 Fri 2011 22:46
-
gcc/gfortran on Mac OS
1
