From e11e6e48a83f65035e1cd2a30254f2ccc24e9aa0 Mon Sep 17 00:00:00 2001 From: Mike Vink Date: Wed, 27 Dec 2023 11:38:23 +0100 Subject: add zoxide --- profiles/core/configuration.nix | 1 + profiles/core/home.nix | 1 + profiles/core/neovim.nix | 1 + 3 files changed, 3 insertions(+) (limited to 'profiles') diff --git a/profiles/core/configuration.nix b/profiles/core/configuration.nix index e447d76..4694974 100644 --- a/profiles/core/configuration.nix +++ b/profiles/core/configuration.nix @@ -52,6 +52,7 @@ iputils inetutils usbutils + zoxide ]; nix.package = pkgs.nixUnstable; diff --git a/profiles/core/home.nix b/profiles/core/home.nix index 1bcb392..726a041 100644 --- a/profiles/core/home.nix +++ b/profiles/core/home.nix @@ -124,6 +124,7 @@ [[ -f ~/.nix-profile/etc/profile.d/nix.sh ]] && . ~/.nix-profile/etc/profile.d/nix.sh # source some workspace specific stuff [[ -f ~/env.sh ]] && . ~/env.sh + eval "$(zoxide init bash)" export COLORTERM=truecolor export GPG_TTY="$(tty)" export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket) diff --git a/profiles/core/neovim.nix b/profiles/core/neovim.nix index f5b50fb..6a47682 100644 --- a/profiles/core/neovim.nix +++ b/profiles/core/neovim.nix @@ -58,6 +58,7 @@ vim-oscyank venn-nvim gv-vim + zoxide-vim # Coding fzf-lua -- cgit v1.2.3