feat: add and use zoxide

This commit is contained in:
Oliver Davies 2022-10-12 07:59:47 +01:00
parent f7df88b616
commit 7cfdca5a06
3 changed files with 13 additions and 8 deletions

View file

@ -13,18 +13,13 @@
update = "fetch && rebase";
};
autocd = true;
cdpath = [
"$HOME/Code"
"$HOME/Code/*"
"$HOME"
];
initExtra = ''
if [ -f ~/.config/zsh/.p10k.zsh ]; then
. ~/.config/zsh/.p10k.zsh
fi
eval "$(zoxide init zsh)"
# Case insensitive autocompletion.
zstyle ":completion:*" matcher-list "" "m:{a-zA-Z}={A-Za-z}" "r:|=*" "l:|=* r:|=*"
autoload -Uz compinit && compinit