use xterm-kitty only
This commit is contained in:
parent
54f6bff097
commit
77f7307858
3 changed files with 3 additions and 2 deletions
|
@ -238,4 +238,4 @@ export EDITOR=vim
|
|||
|
||||
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"
|
||||
|
|
|
@ -239,4 +239,4 @@ eval "$(starship init zsh)"
|
|||
|
||||
test -e "$HOME/.shellfishrc" && source "$HOME/.shellfishrc"
|
||||
|
||||
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"
|
||||
#[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue