mirror of
https://github.com/sstent/vmimages.git
synced 2026-03-10 06:55:32 +00:00
sync
This commit is contained in:
@@ -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
|
||||
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user