feat(shell): add zoxide as cd replacement

This commit is contained in:
2024-02-19 00:47:30 +00:00
parent 4fb30f9288
commit e911f1ecb9
3 changed files with 13 additions and 0 deletions

1
zshrc
View File

@@ -162,6 +162,7 @@ source "$DOTZSH/less.zsh"
source "$DOTZSH/neovim.zsh"
source "$DOTZSH/nix.zsh"
source "$DOTZSH/tmux.zsh"
source "$DOTZSH/zoxide.zsh"
# Development
source "$DOTZSH/containers.zsh"