摘要: echo "IRB.conf[:PROMPT_MODE] = :DEFAULT" > ~/.irbrc
或
echo "IRB.conf[:PROMPT_MODE] = :SIMPLE" > ~/.irbrc
阅读全文
摘要: 非常喜欢的一篇文章.介绍了execption c# 设计思路.
阅读全文
摘要: vim ~/.bash_profile
alias ls='ls -F'
alias cls='clear'
alias grep='grep --color=auto'
CLICOLOR="xterm-color"
LSCOLORS="gxfxcxdxcxegedabagacad"
export CLICOLOR LsCOLORS
阅读全文