Add sesh and dependency to zoxide

This commit is contained in:
Yax
2026-01-08 14:26:58 +01:00
parent d9ea276f5a
commit 207f3c5dfe
2 changed files with 26 additions and 9 deletions
+7 -1
View File
@@ -148,7 +148,7 @@ export ZSH_TMUX_DEFAULT_SESSION_NAME=build
if command -v fzf &>/dev/null; then
change_path_and_find_project() {
cd {{ .projectdir }}
z {{ .projectdir }}
zle fzf-cd-widget
zle reset-prompt
}
@@ -158,6 +158,12 @@ if command -v fzf &>/dev/null; then
fi
# ---------------------------------------------------------------------------
# Zoxide
# ---------------------------------------------------------------------------
eval "$(zoxide init zsh)"
# ---------------------------------------------------------------------------
# Sdkman
# ---------------------------------------------------------------------------