chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f141fe0
)
bashrc: Remove references to `sensible-editor'.
author
Mark Wooding
<mdw@distorted.org.uk>
Thu, 16 Mar 2006 20:48:12 +0000
(20:48 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Thu, 16 Mar 2006 20:48:12 +0000
(20:48 +0000)
Use plain $EDITOR instead.
bashrc
patch
|
blob
|
blame
|
history
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"