From: Mark Wooding Date: Thu, 16 Mar 2006 20:48:12 +0000 (+0000) Subject: bashrc: Remove references to `sensible-editor'. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/4832db48c733b924ed13e4701b548166b796b44e bashrc: Remove references to `sensible-editor'. Use plain $EDITOR instead. --- diff --git a/bashrc b/bashrc index 4c5e02f..aa184ce 100644 --- 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"