Changeset 16167 for dotfiles

Show
Ignore:
Timestamp:
07/24/08 13:08:15 (4 months ago)
Author:
cho45
Message:

dotfiles 更新、git コマンドをリッチに

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dotfiles/zsh/cho45/.zsh/mine.zshrc

    r16024 r16167  
    1919 
    2020alias svn='svnwrapper.rb' 
     21alias sketch='cd ~/sketch/' 
    2122 
    2223# for screen 
     
    110111                        # git ってだけうったときは status 表示 
    111112                        command git branch -a --verbose 
     113                        command git diff --stat 
    112114                        command git status 
    113115                elif [[ $1 == "log" ]]; then