zsh/95-finish.zsh

12 lines
442 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

zcomet compinit
# Обеспечение совместимости с терминалом kitty
# По возможности следует установить пакет kitty-terminfo
if ! infocmp "xterm-kitty" > /dev/null 2>&1 ; then
mkdir -p "${HOME}/.terminfo/x"
cp -ap "${ZDOTDIR}/terminfo/xterm-kitty" "${HOME}/.terminfo/x"
echo "Terminal description for xterm-kitty was installed."
echo "Close terminal and start again."
fi