From d0d3fc23e8a4411667de12d02e9d7943985d4b7c Mon Sep 17 00:00:00 2001 From: Johannes Knopp Date: Fri, 3 Apr 2026 12:24:06 +0200 Subject: [PATCH] fix zoxide integration --- roles/hyprland/files/hyprpanel/config.json | 2 +- roles/zsh/files/.zshrc | 2 ++ roles/zsh/files/tools.zsh | 2 -- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/hyprland/files/hyprpanel/config.json b/roles/hyprland/files/hyprpanel/config.json index 342948c..bdff2db 100644 --- a/roles/hyprland/files/hyprpanel/config.json +++ b/roles/hyprland/files/hyprpanel/config.json @@ -45,4 +45,4 @@ "theme.bar.buttons.y_margins": "0.2em", "theme.bar.dropdownGap": "2.9em", "theme.bar.outer_spacing": "1.6em" -} +} \ No newline at end of file diff --git a/roles/zsh/files/.zshrc b/roles/zsh/files/.zshrc index de27157..d4f2002 100644 --- a/roles/zsh/files/.zshrc +++ b/roles/zsh/files/.zshrc @@ -53,3 +53,5 @@ export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/gcr/ssh" bindkey '^H' backward-kill-word bindkey '^R' fzf-history-widget + +eval "$(zoxide init zsh)" diff --git a/roles/zsh/files/tools.zsh b/roles/zsh/files/tools.zsh index dd4961a..7d541ad 100644 --- a/roles/zsh/files/tools.zsh +++ b/roles/zsh/files/tools.zsh @@ -1,3 +1 @@ -# source /usr/share/autojump/autojump.zsh -eval $(zoxide init zsh) source <(fzf --zsh)