kitty and zsh config change

This commit is contained in:
Hunter 2025-04-05 22:23:17 -04:00
parent cf8c29e36f
commit db6e9e17f6
2 changed files with 5 additions and 1 deletions

View file

@ -3,6 +3,9 @@ font_size 18
shell_integration no-cursor shell_integration no-cursor
cursor_shape underline
cursor_underline_thickness 7
text_composition_strategy legacy text_composition_strategy legacy
enable_audio_bell false enable_audio_bell false
confirm_os_window_close 0 confirm_os_window_close 0

View file

@ -6,10 +6,11 @@ source "${ZINIT_HOME}/zinit.zsh"
export HISTFILE="$HOME/.zsh_history" export HISTFILE="$HOME/.zsh_history"
export HISTSIZE=10000000 export HISTSIZE=10000000
export SAVEHIST=10000000 export SAVEHIST=10000000
export ZVM_CURSOR_STYLE_ENABLED=false
zinit load zsh-users/zsh-autosuggestions zinit load zsh-users/zsh-autosuggestions
zinit load zsh-users/zsh-syntax-highlighting zinit load zsh-users/zsh-syntax-highlighting
#zinit load agkozak/agkozak-zsh-prompt zinit load agkozak/agkozak-zsh-prompt
zinit ice depth=1; zinit light jeffreytse/zsh-vi-mode zinit ice depth=1; zinit light jeffreytse/zsh-vi-mode
export SYSTEMD_PAGER= export SYSTEMD_PAGER=