fix kitty issue with ssh

This commit is contained in:
2025-07-05 15:08:24 +02:00
parent 645d96f095
commit 10fad043ab

View File

@ -78,6 +78,12 @@ alias openports='netstat -nape --inet'
alias p="ps aux | grep "
alias topcpu="/bin/ps -eo pcpu,pid,user,args | sort -k 1 -r | head -10"
# Use Kitty's ssh wrapper to automatically
# upload xterm-kitty terminfo to the server.
# This prevents errors like "Error opening terminal:
# xterm-kitty" when using SSH + crontab/vim.
alias ssh='kitty +kitten ssh'
#######################################################
# VARIABL EXPORTS
#######################################################