use xterm-kitty only

This commit is contained in:
Simon Rieger 2025-07-30 10:53:29 +02:00
parent 54f6bff097
commit 77f7307858
3 changed files with 3 additions and 2 deletions

View file

@ -238,4 +238,4 @@ export EDITOR=vim
source <(/opt/homebrew/bin/starship init zsh --print-full-init) source <(/opt/homebrew/bin/starship init zsh --print-full-init)
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh" #[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"

View file

@ -239,4 +239,4 @@ eval "$(starship init zsh)"
test -e "$HOME/.shellfishrc" && source "$HOME/.shellfishrc" test -e "$HOME/.shellfishrc" && source "$HOME/.shellfishrc"
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh" #[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"

View file

@ -9,6 +9,7 @@ enable_audio_bell no
font_size 13.0 font_size 13.0
#window_padding_width 25 #window_padding_width 25
cursor_trail 1 cursor_trail 1
term xterm-256color
# Themes can override any settings in this file # Themes can override any settings in this file
include VSCode_Dark.conf include VSCode_Dark.conf