mirror of
https://gitea.zaclys.com/yannic/dotfiles.git
synced 2026-06-15 11:11:57 +02:00
Add sesh and dependency to zoxide
This commit is contained in:
+7
-1
@@ -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
|
||||
# ---------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user