bashrc, setup: Change usage of svnwrap.
[profile] / bashrc
diff --git a/bashrc b/bashrc
index 6587800..5f9e13e 100644 (file)
--- a/bashrc
+++ b/bashrc
@@ -143,7 +143,7 @@ alias pstree="pstree -Ghl"
 alias cdtmp='cd ${TMPDIR-/tmp}'
 alias pushtmp='pushd ${TMPDIR-/tmp}'
 alias e="sensible-editor"
-alias svn=svnwrap
+alias svn="svnwrap svn"
 
 @ () {
   local t="`xtitle -q`" host="$1"