aboutsummaryrefslogtreecommitdiff
path: root/zsh/svn.zsh
diff options
context:
space:
mode:
authorMatt Singleton <matthew.j.singleton@gmail.com>2011-02-18 19:27:42 -0500
committerMatt Singleton <matthew.j.singleton@gmail.com>2011-02-18 19:27:42 -0500
commit73d5178d105afd5009f217ca551f791837ae7adb (patch)
tree7e9fabfa91e57c2d9381ad4b28f2ce2529e12ad0 /zsh/svn.zsh
parent80c4389f22dd733a31faa6fcf0ed5b4662e9e3b2 (diff)
moving git and svn modules into appearance since it's all prompt related now
Diffstat (limited to 'zsh/svn.zsh')
-rw-r--r--zsh/svn.zsh7
1 files changed, 0 insertions, 7 deletions
diff --git a/zsh/svn.zsh b/zsh/svn.zsh
deleted file mode 100644
index f542374..0000000
--- a/zsh/svn.zsh
+++ /dev/null
@@ -1,7 +0,0 @@
-#done
-
-function svn_prompt_info {
- info=$(svn info 2>/dev/null) || return
- rev=$(echo "$info" | grep Revision | sed 's/Revision: //')
- echo "(r${rev}) "
-}