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"