aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc.d/aliases.bash
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc.d/aliases.bash')
-rw-r--r--bash/bashrc.d/aliases.bash4
1 files changed, 0 insertions, 4 deletions
diff --git a/bash/bashrc.d/aliases.bash b/bash/bashrc.d/aliases.bash
index 53b49e69..31296b7c 100644
--- a/bash/bashrc.d/aliases.bash
+++ b/bash/bashrc.d/aliases.bash
@@ -1,10 +1,6 @@
# Use a unified format for diff by default
alias diff='diff -u'
-# Add a colon prompt to ed when a command is expected rather than text; makes
-# it feel a lot more like using ex
-alias ed='ed -p:'
-
# Don't print the GDB copyright message on every invocation
alias gdb='gdb -q'