diff options
Diffstat (limited to 'profiles')
| -rw-r--r-- | profiles/core/configuration.nix | 1 | ||||
| -rw-r--r-- | profiles/core/home.nix | 1 | ||||
| -rw-r--r-- | profiles/core/neovim.nix | 1 |
3 files changed, 3 insertions, 0 deletions
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 |
