From 21a22b4555b0d2ca3e517015b4976c6e19a7f5aa Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Sat, 22 Aug 2020 17:28:36 +0800 Subject: [PATCH] bash: add makepkgsh --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 2055ba1..2b54917 100644 --- a/.bashrc +++ b/.bashrc @@ -66,6 +66,8 @@ alias mcshl="env _JAVA_OPTIONS=\"-Dawt.useSystemAAFontSettings=lcd -Xmn512m -Xms 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" + # TODO output quick switches for xps with sway alias hdmiclone='xrandr --output HDMI-1 --mode 1360x768 --pos 0x0' alias hdmiright='xrandr --output HDMI-1 --mode 1920x1080 --right-of LVDS-1' -- 2.45.2