From 77f601044fae313f54d06dd65fba78f7da545e4f Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Tue, 27 Apr 2021 15:49:36 +0800 Subject: [PATCH] bashrc: add composer1+php7 alias --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index e0e2b46..da73cab 100644 --- a/.bashrc +++ b/.bashrc @@ -70,6 +70,7 @@ alias laravelphpcs="phpcs --standard=PSR2 app routes config tests" alias makepkgsh="podman run -itu builder -w /home/builder -v .:/home/builder -v /var/cache/pacman/pkg:/var/cache/pacman/pkg --userns keep-id registry.eglo.ga/ci-modulize/archlinux-docker-ci/base-devel sh" alias composer7="php7 /usr/bin/composer" +alias composer17="php7 /usr/bin/composer1" # TODO output quick switches for xps with sway alias hdmiclone='xrandr --output HDMI-1 --mode 1360x768 --pos 0x0' -- 2.45.2