This commit is contained in:
Lockszmith (@VAST) 2025-04-09 16:38:15 -04:00
parent f1edee97ea
commit abf0bfb808
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"' #!/usr/bin/env -S bash -c 'echo "Not a user script. source(aka .) only"'
f [ -f "$SZ_ENV_ROOT/lib/complete-alias" ]; then if [ -f "$SZ_ENV_ROOT/lib/complete-alias" ]; then
source "$SZ_ENV_ROOT/lib/complete-alias" --noattach source "$SZ_ENV_ROOT/lib/complete-alias" --noattach
fi fi