chiark / gitweb /
bashrc: Remove references to `sensible-editor'.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 16 Mar 2006 20:48:12 +0000 (20:48 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 16 Mar 2006 20:48:12 +0000 (20:48 +0000)
Use plain $EDITOR instead.

bashrc

diff --git a/bashrc b/bashrc
index 4c5e02fca45e29dfaf187cd3ab83ac2a7465af29..aa184cee16e65ef5bbd244d398126e9b3de85ece 100644 (file)
--- a/bashrc
+++ b/bashrc
@@ -112,11 +112,11 @@ alias which="command -v"
 alias ssync="rsync -e ssh"
 alias rootly=$__MDW_ROOTLY
 alias r=rootly
-alias re="rootly sensible-editor"
+alias re="rootly $EDITOR"
 alias pstree="pstree -Ghl"
 alias cdtmp='cd ${TMPDIR-/tmp}'
 alias pushtmp='pushd ${TMPDIR-/tmp}'
-alias e="sensible-editor"
+alias e="$EDITOR"
 alias svn="svnwrap svn"
 alias @="ssh"