Format all files

This commit is contained in:
Manuel Thalmann 2024-11-29 01:13:58 +01:00
commit 6abc2240be
55 changed files with 733 additions and 660 deletions
scripts/Common/Software/linux

View file

@ -5,6 +5,6 @@ begin
function getUserBackupArgs
argparse -i "user=" -- $argv
printf "%s\n" --base-directory ~"$_flag_user" --exact-depth 1 --hidden "^(\\.ssh|[^.])" --exclude "Games" --exclude "Desktop" ~ --exec fd . {}
printf "%s\n" --base-directory ~"$_flag_user" --exact-depth 1 --hidden "^(\\.ssh|[^.])" --exclude Games --exclude Desktop ~ --exec fd . {}
end
end