aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/ed.bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2014-10-13 17:43:25 +1300
committerTom Ryder <tom@sanctum.geek.nz>2014-10-13 17:43:25 +1300
commitdaf62af720e66f8059982bf3638d37534aba54aa (patch)
tree0567470ec0a169850e7585b6b38c3f27a49aa554 /bash/bashrc.d/ed.bash
parentFix alphabetical order (diff)
downloaddotfiles-daf62af720e66f8059982bf3638d37534aba54aa.tar.gz
dotfiles-daf62af720e66f8059982bf3638d37534aba54aa.zip
Remove some overzealous command checks
Diffstat (limited to 'bash/bashrc.d/ed.bash')
-rw-r--r--bash/bashrc.d/ed.bash5
1 files changed, 0 insertions, 5 deletions
diff --git a/bash/bashrc.d/ed.bash b/bash/bashrc.d/ed.bash
index 7cef29e6..1a7a2b63 100644
--- a/bash/bashrc.d/ed.bash
+++ b/bash/bashrc.d/ed.bash
@@ -1,8 +1,3 @@
-# Bail if no ed(1)
-if ! hash ed 2>/dev/null ; then
- return
-fi
-
# Add a colon prompt to ed when a command is expected rather than text; makes
# it feel a lot more like using ex. Only do this when stdin is a terminal,
# however.