From 8623eef8baab3e4190abf27bfe07bedc73e14b15 Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Wed, 30 Sep 2020 13:16:52 -0500 Subject: [PATCH] I'm not sure what's different but evidently something changed. Former-commit-id: feee3c0476e3bd01d3c118669fe1614dfbfa18da --- Arch/.bashrc | 1 - 1 file changed, 1 deletion(-) diff --git a/Arch/.bashrc b/Arch/.bashrc index a46be01..fd2d607 100644 --- a/Arch/.bashrc +++ b/Arch/.bashrc @@ -31,7 +31,6 @@ alias supd='sudo pacman -Syyuu' alias ncdu='ncdu --color dark' alias bigclock='watch -t -n 1 "date '+%D%n%I:%M:%S' | figlet -k"|lolcat' alias gitview='git log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x20%x1b[33m(%an)%x1b[0m"' -alias weather='curl wttr.in' alias whatthecom='git commit -am "$(whatcom)"' alias null='/dev/null' alias q='exit'