From c4fdb14976f9866eaf422428879448d73ac62b3d Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Sat, 2 Nov 2024 00:37:53 -0400 Subject: [PATCH] zsh, kitty --- .config/kitty/kitty.conf | 2 ++ .zshrc | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index 222b9540..a3031b28 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -12,6 +12,8 @@ confirm_os_window_close 0 enable_audio_bell no +cursor_blink_interval 0 + selection_foreground #000000 selection_background #F5FBFF diff --git a/.zshrc b/.zshrc index 8b0ba4be..ab57b98e 100644 --- a/.zshrc +++ b/.zshrc @@ -78,7 +78,7 @@ export ZSH="$HOME/.oh-my-zsh" # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(ssh-agent git zsh-autosuggestions zsh-syntax-highlighting aliases colored-man-pages copybuffer copyfile copypath fancy-ctrl-z fzf systemd tmux z ) +plugins=(ssh-agent git zsh-autosuggestions zsh-syntax-highlighting aliases colored-man-pages copybuffer copyfile copypath fancy-ctrl-z fzf systemd z ) # plugins+=(sudo) # ZVM_INIT_MODE=sourcing # function zvm_config() { @@ -128,6 +128,7 @@ eval "$(fzf --zsh)" alias top=btop alias v=nvim alias lg=lazygit +bindkey -r '^T' # Created by `pipx` on 2024-09-20 02:14:00 export PATH="$PATH:/home/fic/.local/bin" @@ -141,4 +142,5 @@ function y() { rm -f -- "$tmp" } . /opt/asdf-vm/asdf.sh +echo -ne '\e[6 q' # Caret/vertical bar cursor style # eval "$(starship init zsh)"