From b7f4e4349cc632a96eb3856c4bc14180f83e78b0 Mon Sep 17 00:00:00 2001 From: voidarc Date: Sun, 5 Apr 2026 09:38:25 +0100 Subject: [PATCH] added zsh search and updated some stuff --- .config/nvim | 2 +- .zshrc | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.config/nvim b/.config/nvim index 3a71912e..7eae05c8 160000 --- a/.config/nvim +++ b/.config/nvim @@ -1 +1 @@ -Subproject commit 3a71912e229b34e5458b4154bfa97c196dcc1be3 +Subproject commit 7eae05c8e2761027fd7fd5412775232141428441 diff --git a/.zshrc b/.zshrc index 9d744ffd..838e9188 100755 --- a/.zshrc +++ b/.zshrc @@ -8,6 +8,9 @@ zstyle ':completion:*' matcher-list 'm:{[:lower:]}={[:upper:]}' 'r:|[._-]=* r:|= # init oh my posh with theme from stow eval "$(oh-my-posh init zsh --config $HOME/.config/oh-my-posh/zen.toml)" +# Fzf history search +source <(fzf --zsh) + # custom aliases alias ls="lsd -l" alias cat="bat"