aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/ed.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-18 20:45:59 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-18 20:45:59 +1300
commit58acb5c5f157bf2bc4f30badd54874458fd55cc7 (patch)
tree5b9f8edafb5dda1aa9751291597809344357421d /sh/shrc.d/ed.sh
parentRemove some quotes that confused OpenBSD (diff)
downloaddotfiles-58acb5c5f157bf2bc4f30badd54874458fd55cc7.tar.gz
dotfiles-58acb5c5f157bf2bc4f30badd54874458fd55cc7.zip
Revert "Remove some quotes that confused OpenBSD"
This reverts commit f825245902048e324a3567e0967f21cc1fae5bd3.
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 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
)" "$@"