bashrc, setup: Change usage of svnwrap.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 16 Feb 2006 15:36:42 +0000 (15:36 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 16 Feb 2006 15:36:42 +0000 (15:36 +0000)
Allow svnwrap COMMAND ARGS for all sorts of interesting svn-like
commands.

bashrc
setup

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"
diff --git a/setup b/setup
index e262820..633336f 100755 (executable)
--- a/setup
+++ b/setup
@@ -72,7 +72,7 @@ fi
 ### Install necessary things
 echo "Installing useful scripts..."
 
-for script in lesspipe.sh start-ssh-agent; do
+for script in lesspipe.sh start-ssh-agent svnwrap; do
   $echon "  $script:$echoc"
   found=
   for p in /bin /usr/bin /usr/local/bin $(echo $PATH | tr : ' '); do