remove complete kitty ssh wrapper
This commit is contained in:
parent
56b04a200e
commit
5f88f71eae
3 changed files with 1 additions and 4 deletions
|
@ -237,5 +237,3 @@ 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)
|
||||||
|
|
||||||
[ "$TERM" = "xterm-kitty" ] && alias s="kitty +kitten ssh"
|
|
||||||
|
|
|
@ -238,5 +238,3 @@ compinit
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
|
||||||
test -e "$HOME/.shellfishrc" && source "$HOME/.shellfishrc"
|
test -e "$HOME/.shellfishrc" && source "$HOME/.shellfishrc"
|
||||||
|
|
||||||
[ "$TERM" = "xterm-kitty" ] && alias s="kitty +kitten ssh"
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue