aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 2a135bbd..bd893ad8 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -193,3 +193,6 @@ alias mysql='mysql --safe-updates'
# I always do this, and I hate slow train.
alias sl='ls'
+# I actually use ed now and then. Go figure.
+alias ed='ed -p "ed> "'
+