From 7cf6015a9f45d20a75ac303ac8afb672e68e2f83 Mon Sep 17 00:00:00 2001 From: "L. Kraven" Date: Sat, 15 Jun 2024 12:21:59 -0700 Subject: [PATCH] moved fzf-tab to end --- .zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 1d6f1f6..879d18f 100644 --- a/.zshrc +++ b/.zshrc @@ -29,7 +29,6 @@ zinit ice depth=1; zinit light romkatv/powerlevel10k zinit light zsh-users/zsh-syntax-highlighting zinit light zsh-users/zsh-completions zinit light zsh-users/zsh-autosuggestions -zinit light Aloxaf/fzf-tab zinit snippet OMZP::tmux @@ -105,3 +104,5 @@ alias cd='z' eval $(thefuck --alias) eval $(thefuck --alias fk) + +zinit light Aloxaf/fzf-tab