bashrc: Remove references to `sensible-editor'.
[profile] / bashrc
diff --git a/bashrc b/bashrc
index 4c5e02f..aa184ce 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"