* add .gitconfig to set default for git
authormitty <mitty@7d2118f6-f56c-43e7-95a2-4bb3031d96e7>
Mon, 27 Aug 2012 23:37:44 +0000 (23:37 +0000)
committermitty <mitty@7d2118f6-f56c-43e7-95a2-4bb3031d96e7>
Mon, 27 Aug 2012 23:37:44 +0000 (23:37 +0000)
commitb949a0f80b773a49f5029132c716ce019507e3bd
tree4539358e86eabef44d0d6b03ee00725b8b37a9f6
parent7c991ad82ab6d4c256e2a891e4f33508c60076a9
 * add .gitconfig to set default for git
  * refer: http://blog.asial.co.jp/845
 * remove default settings from .bashrc they already exist in the original .bashrc
 * fix LESS variable
  * git log command uses escape sequences
  * original LESS variable of less which was forked by git log is LESS=FRSX
 * add __git_ps1 to shell prompt
  * original PS1 is '${debian_chroot:+($debian_chroot)}\u@\h:\w\$'
  * refer: http://d.hatena.ne.jp/deeeki/20110402/git_branch_ps1

git-svn-id: https://lab.mitty.jp/svn/lab/trunk@156 7d2118f6-f56c-43e7-95a2-4bb3031d96e7
TipAndDoc/.bashrc
TipAndDoc/.gitconfig [new file with mode: 0644]