摘要: echo "IRB.conf[:PROMPT_MODE] = :DEFAULT" > ~/.irbrc
或
echo "IRB.conf[:PROMPT_MODE] = :SIMPLE" > ~/.irbrc 閱讀全文
或
echo "IRB.conf[:PROMPT_MODE] = :SIMPLE" > ~/.irbrc 閱讀全文
摘要: 閱讀全文
摘要: 非常喜歡的一篇文章.介紹了execption c# 設(shè)計思路. 閱讀全文
摘要: vim ~/.bash_profile
alias ls='ls -F'
alias cls='clear'
alias grep='grep --color=auto'
CLICOLOR="xterm-color"
LSCOLORS="gxfxcxdxcxegedabagacad"
export CLICOLOR LsCOLORS 閱讀全文
alias ls='ls -F'
alias cls='clear'
alias grep='grep --color=auto'
CLICOLOR="xterm-color"
LSCOLORS="gxfxcxdxcxegedabagacad"
export CLICOLOR LsCOLORS 閱讀全文