From 4c711e52194c78086ff5c928a1007d08b4ecfbb2 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Sat, 15 Feb 2025 03:16:35 -0800 Subject: Nara: Setup zoxide --- home/ebisu/nara/files.nix | 1 + modules/mac/programs/homebrew/brews.nix | 2 ++ 2 files changed, 3 insertions(+) diff --git a/home/ebisu/nara/files.nix b/home/ebisu/nara/files.nix index d7b0367..e3e2d8b 100644 --- a/home/ebisu/nara/files.nix +++ b/home/ebisu/nara/files.nix @@ -16,6 +16,7 @@ source $(brew --prefix)/opt/zsh-vi-mode/share/zsh-vi-mode/zsh-vi-mode.plugin.zsh source $(brew --prefix)/share/zsh-autosuggestions/zsh-autosuggestions.zsh source ${agkozak-zsh-prompt}/agkozak-zsh-prompt.plugin.zsh + eval "$(zoxide init zsh)" ''; }; } diff --git a/modules/mac/programs/homebrew/brews.nix b/modules/mac/programs/homebrew/brews.nix index fab8f52..9eecaad 100644 --- a/modules/mac/programs/homebrew/brews.nix +++ b/modules/mac/programs/homebrew/brews.nix @@ -18,5 +18,7 @@ "cc65" "convco" "animdl" + "zoxide" + "fzf" ]; } -- cgit v1.2.3