Added zoxide

This commit is contained in:
marc
2024-02-18 22:17:14 +01:00
parent 4f70bf991c
commit 3d89540ff8
3 changed files with 3 additions and 0 deletions

View File

@@ -0,0 +1 @@
unset ZSH_AUTOSUGGEST_USE_ASYNC

View File

@@ -0,0 +1 @@
[[ -x "$(command -v zoxide)" ]] && eval "$(zoxide init --cmd cd zsh)"

View File

@@ -16,6 +16,7 @@ in
jq jq
ripgrep ripgrep
tldr tldr
zoxide
]; ];
hm.xdg.configFile."shell".source = ../../config/shell; hm.xdg.configFile."shell".source = ../../config/shell;
}; };