aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-06-17 06:38:03 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-06-17 06:38:03 +1200
commit09dd7e5b3451787fca64cb333e8632cd239ef4cf (patch)
treec3d5236c7e51efa65b88c2d05eadb2d791301ce4 /bash
parentNah. (diff)
downloaddotfiles-09dd7e5b3451787fca64cb333e8632cd239ef4cf.tar.gz
dotfiles-09dd7e5b3451787fca64cb333e8632cd239ef4cf.zip
Alias for ed
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> "'
+