Fix the XTERM test in the kitty ssh alias.
This commit is contained in:
parent
a6a4d88000
commit
59258f18d8
|
|
@ -5,8 +5,8 @@ DEST=${1:-/etc/skel}
|
||||||
KITTY_HOME=${DEST}/.config/kitty
|
KITTY_HOME=${DEST}/.config/kitty
|
||||||
|
|
||||||
# start the kitty aliases
|
# start the kitty aliases
|
||||||
cat <<-EOF | tee ${DEST}/.zsh_aliases.d/003_kitty.zsh >/dev/null
|
cat <<-'EOF' | tee ${DEST}/.zsh_aliases.d/003_kitty.zsh >/dev/null
|
||||||
if test "xterm-kitty" = "xterm-kitty"; then
|
if test "${XTERM}" = "xterm-kitty"; then
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# the terminfo used by kitty is not generally available on
|
# the terminfo used by kitty is not generally available on
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue