From f753431218c23cb9ca4f23d68b20a6527cd59713 Mon Sep 17 00:00:00 2001 From: Wroclaw Date: Sat, 17 Feb 2024 07:15:11 +0100 Subject: [PATCH] Shell: add zoxide https://github.com/ajeetdsouza/zoxide --- nix-os/shell.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix-os/shell.nix b/nix-os/shell.nix index c4b57f6..dcf3f24 100644 --- a/nix-os/shell.nix +++ b/nix-os/shell.nix @@ -7,6 +7,7 @@ in environment.systemPackages = with pkgs; [ ranger kitty + zoxide ]; programs.bash.interactiveShellInit = '' @@ -14,6 +15,7 @@ in export KITTY_SHELL_INTEGRATION="enabled,no-sudo" source "$KITTY_INSTALLATION_DIR/shell-integration/bash/kitty.bash" fi + eval "''$(zoxide init bash)" ''; environment.etc."xdg/kitty/kitty.conf".text = ''