aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 2333cc0f..3e544c74 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
)" "$@"