Merge pull request 'zsh: precmd() don't echo trailing newline' (#71) from fix/zsh-precmd into main

Reviewed-on: https://git.b12f.io/pub-solar/os/pulls/71
Reviewed-by: Benjamin Bädorf <b12f@noreply.example.org>
This commit is contained in:
Benjamin Bädorf 2022-04-30 19:27:51 +00:00
commit af84260922

View file

@ -85,7 +85,7 @@ in
stty erase '^?'
precmd () {
echo -e "\e]2;$(pwd)\e\\"
echo -e -n "\e]2;$(pwd)\e\\"
}
# If a command is not found, show me where it is