remove complete kitty ssh wrapper

This commit is contained in:
Simon Rieger 2025-07-29 16:45:55 +02:00
parent 56b04a200e
commit 5f88f71eae
3 changed files with 1 additions and 4 deletions

View file

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

View file

@ -238,5 +238,3 @@ compinit
eval "$(starship init zsh)"
test -e "$HOME/.shellfishrc" && source "$HOME/.shellfishrc"
[ "$TERM" = "xterm-kitty" ] && alias s="kitty +kitten ssh"

View file

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