aboutsummaryrefslogtreecommitdiff
path: root/sh/shrc.d/ed.sh
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-18 17:19:00 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-18 17:19:00 +1300
commitf825245902048e324a3567e0967f21cc1fae5bd3 (patch)
tree92d1d314c54e6afbfdc4dc5afe24207bafaee48a /sh/shrc.d/ed.sh
parentColor ed(1) prompt if possible (diff)
downloaddotfiles-f825245902048e324a3567e0967f21cc1fae5bd3.tar.gz
dotfiles-f825245902048e324a3567e0967f21cc1fae5bd3.zip
Remove some quotes that confused OpenBSD
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
)" "$@"