bashrc: New alias `re' for editing things as root.
[profile] / bashrc
diff --git a/bashrc b/bashrc
index 6587800..82789f5 100644 (file)
--- a/bashrc
+++ b/bashrc
@@ -136,6 +136,7 @@ alias which="command -v"
 alias ssync="rsync -e ssh"
 alias rootly="entitle root become -g0 root"
 alias r=rootly
+alias re="rootly sensible-editor"
 alias eh="entitle 'Egham Hills 90210' tf eh"
 alias news="entitle Usenet slrn"
 alias splitvt='splitvt -t "`xtitle -q || echo xterm` splitvt"'
@@ -143,7 +144,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"