Fix typo
This commit is contained in:
parent
f1edee97ea
commit
abf0bfb808
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue