Use a less weird escape character

This commit is contained in:
Ilan Cosman 2021-12-13 17:29:38 -08:00
parent 1f0a972ac0
commit 88e763efbc

View File

@ -43,7 +43,7 @@ function _tide_cache_variables
end
# newline before
test "$tide_prompt_add_newline_before" = true && set -g _tide_add_newline \e || set -e _tide_add_newline
test "$tide_prompt_add_newline_before" = true && set -g _tide_add_newline '\0' || set -e _tide_add_newline
# item padding
test "$tide_prompt_pad_items" = true && set -gx _tide_pad ' ' || set -e _tide_pad