From 4b9d617a65b56602b9c11e95f85c15a73d24d480 Mon Sep 17 00:00:00 2001 From: Klagarge Date: Wed, 9 Sep 2026 17:28:41 +0200 Subject: [PATCH] refactor(xxh): standardize justfile --- xxh/Justfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/xxh/Justfile b/xxh/Justfile index e57c9b1..6348f1e 100644 --- a/xxh/Justfile +++ b/xxh/Justfile @@ -1,10 +1,9 @@ # Variables -dotfiles_dir := justfile_directory() +dotfiles_dir := source_directory() plugin_dest := env("HOME") + "/.local/share/xxh-plugin-zsh-zz-my-zshrc" xxh_config_dest := env("HOME") + "/.config/xxh/config.xxhc" -default: - @just --list +default: deploy # Deploy and build xxh configuration deploy: