Предупреждение

This commit is contained in:
Andrei Astafev 2021-12-12 13:12:24 +03:00
parent 5d3f3ea6ea
commit b2370ee807

View File

@ -5,6 +5,8 @@ if [[ "x${TERM}" = "xxterm-kitty" ]]; then
mkdir -p "${HOME}/.terminfo/x"
cp -ap "${ZDOTDIR}/terminfo/xterm-kitty" "${HOME}/.terminfo/x"
fi
echo "Terminal description for xterm-kitty was installed."
echo "Close terminal and start again."
fi
fi