From de4b0c91c938dbf368c68e56cf8b179e3ca2a511 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Fri, 26 Nov 2021 11:01:43 +0800 Subject: [PATCH] bash: artisan: explicitly use php8 --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 6a7f727..ba66df5 100644 --- a/.bashrc +++ b/.bashrc @@ -81,7 +81,7 @@ if [ -f /usr/bin/composer.phar ]; then else alias composer7="php7 /usr/bin/composer" fi -alias artisan="php artisan" +alias artisan="php8 artisan" alias artisan7="php7 artisan" alias tiocgwinsz="python3 -c \"import struct, fcntl, termios; print('%d %d %d %d' % struct.unpack('4H', fcntl.ioctl(0, termios.TIOCGWINSZ, ' ')))\"" alias dl="curl -OJLR --compressed" -- 2.45.2