From ed2a32e196fd49027d5e0460889a3131484d93d3 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 16 Feb 2006 15:36:42 +0000 Subject: [PATCH] bashrc, setup: Change usage of svnwrap. Allow svnwrap COMMAND ARGS for all sorts of interesting svn-like commands. --- bashrc | 2 +- setup | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bashrc b/bashrc index 6587800..5f9e13e 100644 --- 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 --- 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 -- 2.11.0