From e70562352b218c92ed1faea2d20d855a69350d96 Mon Sep 17 00:00:00 2001 From: Brad Ganley Date: Sun, 20 Sep 2020 21:10:56 -0500 Subject: [PATCH] Handled a particular error. Former-commit-id: f8b8d73a9f9e53ecc8959f3d5f2599636dbf7a6c --- Arch/.bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Arch/.bashrc b/Arch/.bashrc index c0250a3..a46be01 100644 --- a/Arch/.bashrc +++ b/Arch/.bashrc @@ -83,7 +83,7 @@ tempdrive () { } cd () { - builtin cd "$@" && ls -a + builtin cd "$@" && exa -l } bk () { @@ -100,7 +100,7 @@ md () { } function whatcom() { - curl --silent --fail https://whatthecommit.com/index.txt + curl whatthecommit.com/index.txt } teatimer() {