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)