chiark / gitweb /
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 6587800cb3a2cdd262946c48ea027c808a38037c..5f9e13e6c6fda86be22476dc5693e8ecf6c52b80 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 e26282070a01edfb9a862db6f4354e276cb8a779..633336f567d3a170a24c9b6573832ae6d2cf0794 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