~xdavidwu/dotfiles

de4b0c91c938dbf368c68e56cf8b179e3ca2a511 — xdavidwu 3 years ago 0f46fdb
bash: artisan: explicitly use php8
1 files changed, 1 insertions(+), 1 deletions(-)

M .bashrc
M .bashrc => .bashrc +1 -1
@@ 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"