use xterm-kitty only local
This commit is contained in:
parent
5f88f71eae
commit
13d9cd0b7d
3 changed files with 6 additions and 1 deletions
|
@ -237,3 +237,5 @@ export PATH
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
|
|
||||||
source <(/opt/homebrew/bin/starship init zsh --print-full-init)
|
source <(/opt/homebrew/bin/starship init zsh --print-full-init)
|
||||||
|
|
||||||
|
alias ssh='TERM=xterm-256color ssh'
|
||||||
|
|
|
@ -238,3 +238,5 @@ compinit
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
|
||||||
test -e "$HOME/.shellfishrc" && source "$HOME/.shellfishrc"
|
test -e "$HOME/.shellfishrc" && source "$HOME/.shellfishrc"
|
||||||
|
|
||||||
|
alias ssh='TERM=xterm-256color ssh'
|
||||||
|
|
|
@ -9,7 +9,8 @@ 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
|
#term xterm-256color
|
||||||
|
term xterm-kitty
|
||||||
|
|
||||||
# Themes can override any settings in this file
|
# Themes can override any settings in this file
|
||||||
include VSCode_Dark.conf
|
include VSCode_Dark.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue