Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ssh kitten: Fix zsh shell integration expanding variables in title
Remove usage of the `-P` option from the print inside the `_ksi_precmd` and `_ksi_preexec` functions. Instead, the result of `builtin print -Pn "%m"` is stored in the local variable `hostname`. This mitigates accidental expansion of variables in the command to be executed. Fixes #8193.
- Loading branch information