diff options
| -rw-r--r-- | rc/prelude.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc/prelude.sh b/rc/prelude.sh index a3bdeac..1e9c4b5 100644 --- a/rc/prelude.sh +++ b/rc/prelude.sh @@ -16,5 +16,5 @@ kak_escape() { esac done done - printf '\n' + printf "${KAK_ESCAPE_EOF:-\n}" } |
