From: mitty Date: Sun, 16 Sep 2012 06:58:50 +0000 (+0000) Subject: * add svnst command as bash function X-Git-Url: http://lab.mitty.jp/git/?a=commitdiff_plain;h=4c27517d9adfabcf9afa743b40c1d0eae81f873a;p=lab.git * add svnst command as bash function git-svn-id: https://lab.mitty.jp/svn/lab/trunk@160 7d2118f6-f56c-43e7-95a2-4bb3031d96e7 --- diff --git a/TipAndDoc/.bashrc b/TipAndDoc/.bashrc index 33a26e3..0ac605b 100644 --- a/TipAndDoc/.bashrc +++ b/TipAndDoc/.bashrc @@ -38,6 +38,10 @@ else export PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' fi +function svnst { + svn st $@ | grep "^[^?]" +} + alias vi='vim' alias sudo='sudo -H ' alias rm='rm -v'