From: Mark Wooding Date: Thu, 16 Feb 2006 15:36:42 +0000 (+0000) Subject: bashrc, setup: Change usage of svnwrap. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/ed2a32e196fd49027d5e0460889a3131484d93d3?hp=365662c8825a920ee531d1ed9854f1e9ef666276 bashrc, setup: Change usage of svnwrap. Allow svnwrap COMMAND ARGS for all sorts of interesting svn-like commands. --- 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