Отказ от автоматической настройки для терминала kitty
This commit is contained in:
parent
227ba485f2
commit
e6831d7126
@ -1,11 +1,2 @@
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user