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:
commit
af84260922
|
@ -85,7 +85,7 @@ in
|
||||||
stty erase '^?'
|
stty erase '^?'
|
||||||
|
|
||||||
precmd () {
|
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
|
# If a command is not found, show me where it is
|
||||||
|
|
Loading…
Reference in a new issue