This commit is contained in:
2025-08-16 13:04:59 +00:00
parent e55e7a629f
commit c6088a5283
2 changed files with 3 additions and 17 deletions

View File

@@ -114,7 +114,7 @@
for command in $({ just --summary; just -l | grep "# alias for " | awk "{print \$1}"; } | tr " " "\\n" | sed "/^default\$/d" | xargs);
do
alias $command="just $command"
alias $command="just --justfile /home/sstent/justfile $command"
done
'';