From db6e9e17f6d8cfa40751a9dcf1598534bf2eae45 Mon Sep 17 00:00:00 2001 From: Hunter Stasonis Date: Sat, 5 Apr 2025 22:23:17 -0400 Subject: [PATCH] kitty and zsh config change --- config/kitty/kitty.conf | 3 +++ config/zsh/.zshrc | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/config/kitty/kitty.conf b/config/kitty/kitty.conf index a649338..ac163d7 100644 --- a/config/kitty/kitty.conf +++ b/config/kitty/kitty.conf @@ -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 diff --git a/config/zsh/.zshrc b/config/zsh/.zshrc index 1ca5dbd..45a3b58 100644 --- a/config/zsh/.zshrc +++ b/config/zsh/.zshrc @@ -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=