aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-07-02 16:44:40 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-07-02 16:44:40 +1200
commitb78bcbd2e493c5c7c70939f2e2f6cc09e0493a0b (patch)
treeb41a00c79e87b1ee0b7ed4be4fe360c752172039 /bash
parentPortability hack for install shebang (diff)
downloaddotfiles-b78bcbd2e493c5c7c70939f2e2f6cc09e0493a0b.tar.gz
dotfiles-b78bcbd2e493c5c7c70939f2e2f6cc09e0493a0b.zip
ex-style prompt for ed
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 1d8b392c..59f8a5e1 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -145,7 +145,7 @@ alias mysql='mysql --safe-updates'
alias sl='ls'
# I actually use ed now and then. Go figure.
-alias ed='ed -p "ed> "'
+alias ed='ed -p:'
# Decide on color for prompt.
if [[ $EUID -eq 0 ]]; then