summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorMike Vink <ivi@vinkies.net>2023-12-27 11:38:23 +0100
committerMike Vink <ivi@vinkies.net>2023-12-27 11:38:23 +0100
commite11e6e48a83f65035e1cd2a30254f2ccc24e9aa0 (patch)
treee201239f20be7939a8000ad34f634b90fcdad948 /profiles
parent3bc7d9d09462d73c81e7f98290a63e82a74a1a05 (diff)
add zoxide
Diffstat (limited to 'profiles')
-rw-r--r--profiles/core/configuration.nix1
-rw-r--r--profiles/core/home.nix1
-rw-r--r--profiles/core/neovim.nix1
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