Changeset 29114 for dotfiles/zsh
- Timestamp:
- 01/27/09 16:12:51 (4 years ago)
- Files:
-
- 1 modified
-
dotfiles/zsh/cho45/.zsh/mine.zshrc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dotfiles/zsh/cho45/.zsh/mine.zshrc
r29113 r29114 111 111 if [[ $1 == "" ]]; then 112 112 # git ってだけうったときは status 表示 113 command git branch -a --verbose114 command git diff --stat115 command git status113 command git --no-pager branch -a --verbose 114 command git --no-pager diff --stat 115 command git --no-pager status 116 116 elif [[ $1 == "log" ]]; then 117 117 # 常に diff を表示してほしい
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)