Add zoxide

This commit is contained in:
Torjus Håkestad 2024-05-10 23:49:43 +02:00
parent c309b67c88
commit 43a14e8229
2 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,7 @@ in
unstable.devenv
unstable.ventoy
discord
zoxide
# k8s tools
unstable.talosctl

View File

@ -23,6 +23,9 @@
# Aliases
alias ls=eza
alias find=fd
# Init zoxide
eval "$(zoxide init zsh)"
'';
zplug = {
enable = true;