mirror of
https://github.com/IlanCosman/tide.git
synced 2024-11-22 13:53:07 +03:00
Use a less weird escape character
This commit is contained in:
parent
1f0a972ac0
commit
88e763efbc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user