mirror of
https://github.com/sstent/vmimages.git
synced 2026-01-25 06:31:35 +00:00
sync
This commit is contained in:
@@ -98,6 +98,12 @@
|
||||
if [ -e /home/sstent/.nix-profile/etc/profile.d/nix.sh ]; then . /home/sstent/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
|
||||
# ssh-add -l
|
||||
export PATH=$PATH:/bin #Fix for wslpath
|
||||
|
||||
for command in $({ just --summary; just -l | grep "# alias for " | awk "{print \$1}"; } | tr " " "\\n" | sed "/^default\$/d" | xargs);
|
||||
do
|
||||
alias $command="just $command"
|
||||
done
|
||||
|
||||
'';
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user