From c28b179398ebe229bfba8589f6c2f2e0c67468c0 Mon Sep 17 00:00:00 2001 From: logan2611 Date: Thu, 11 Jun 2020 02:55:04 -0600 Subject: [PATCH] Added incredibly important bash alias Signed-off-by: logan2611 --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 34b183c..138ce3a 100644 --- a/.bashrc +++ b/.bashrc @@ -19,6 +19,7 @@ alias cheat='f() { curl cheat.sh/$1; };f' alias updatemirrors='sudo reflector --age 12 --number 10 --protocol https --sort rate --save /etc/pacman.d/mirrorlist' alias pacman-clean='pacman -Rsn $(pacman -Qdtq)' alias dolphin='/usr/bin/dolphin' +alias memepv='mpv --vo=tct --profile=sw-fast' complete -cf sudo