kitty and zsh config change
This commit is contained in:
parent
cf8c29e36f
commit
db6e9e17f6
|
@ -3,6 +3,9 @@ font_size 18
|
|||
|
||||
shell_integration no-cursor
|
||||
|
||||
cursor_shape underline
|
||||
cursor_underline_thickness 7
|
||||
|
||||
text_composition_strategy legacy
|
||||
enable_audio_bell false
|
||||
confirm_os_window_close 0
|
||||
|
|
|
@ -6,10 +6,11 @@ source "${ZINIT_HOME}/zinit.zsh"
|
|||
export HISTFILE="$HOME/.zsh_history"
|
||||
export HISTSIZE=10000000
|
||||
export SAVEHIST=10000000
|
||||
export ZVM_CURSOR_STYLE_ENABLED=false
|
||||
|
||||
zinit load zsh-users/zsh-autosuggestions
|
||||
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
|
||||
|
||||
export SYSTEMD_PAGER=
|
||||
|
|
Loading…
Reference in a new issue