星期二, 12月 14, 2010

常用Linux開發環境設定

在~/.bash_profile中加入下列設定:

alias grep='/bin/grep -n --color --exclude="*\.svn*" --exclude=tags --exclude="*\.ccache*"'
alias screen='/usr/bin/screen -e^Pp -h 10000'
#export LANG=C

在~/.screenrc中加入下列設定:
shell -$SHELL  # run the login shell

設定git環境
git config --global user.name 使用者名稱
git config --global user.email 電子郵件
git config --global color.diff auto
git config --global color.status auto
git config --global color.branch auto
git config --global color.ui auto

沒有留言: