This commit is contained in:
2023-12-07 02:30:58 +00:00
parent e0107b889e
commit ec24880f1b

View File

@@ -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
'';
};