From 63b5682d3a485d3bd4a4b38bba5a9849a79765bc Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Sat, 20 Feb 2021 14:43:39 +0800 Subject: [PATCH] bashrc: add composer7 --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 8bf2b34..77a7d52 100644 --- a/.bashrc +++ b/.bashrc @@ -68,6 +68,7 @@ alias tstoggle="swaymsg input 1267:9454:ELAN24EE:00_04F3:24EE events toggle" 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" # TODO output quick switches for xps with sway alias hdmiclone='xrandr --output HDMI-1 --mode 1360x768 --pos 0x0' -- 2.45.2