add expand_aliases

This commit is contained in:
Augusto Gunsch 2021-08-10 10:40:45 -03:00
parent 7c252ac940
commit fc51f4b703
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh #!/bin/sh
shopt -s shopt -s expand_aliases
set -e set -e
qpushd() { qpushd() {
@ -73,7 +73,7 @@ readonly UEFI
if [ "$DISTRO" = "arch" ]; then if [ "$DISTRO" = "arch" ]; then
alias chroot="arch-chroot" alias chroot="arch-chroot"
alias fstabgen="genfstab" alias fstabgen="genfstab"
alias basestrap="pacstap" alias basestrap="pacstrap"
fi fi
print_phase() { print_phase() {