chiark / gitweb /
bashrc: New alias `re' for editing things as root.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 16 Mar 2006 11:09:13 +0000 (11:09 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 16 Mar 2006 11:11:24 +0000 (11:11 +0000)
bashrc

diff --git a/bashrc b/bashrc
index 5f9e13e6c6fda86be22476dc5693e8ecf6c52b80..82789f5d341624a4f1c2b62f7c5e1947b2de6d90 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"'