aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/ed.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sh/shrc.d/ed.sh')
-rw-r--r--sh/shrc.d/ed.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/sh/shrc.d/ed.sh b/sh/shrc.d/ed.sh
index 3e544c74..2333cc0f 100644
--- a/sh/shrc.d/ed.sh
+++ b/sh/shrc.d/ed.sh
@@ -19,10 +19,10 @@ ed() {
tput setaf "$ec" 0 0 ||
tput AF "$ec" ||
tput AF "$ec" 0 0
- printf %s "${ED_PROMPT:-'*'}"
+ printf %s "${ED_PROMPT:-*}"
tput sgr0 || tput me
else
- printf %s "${ED_PROMPT:-'*'}"
+ printf %s "${ED_PROMPT:-*}"
fi 2>/dev/null
)" "$@"