From 91c28d507f28fa5afc322df3f2c0322baaed6805 Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Sun, 28 May 2023 12:08:55 -0600 Subject: [PATCH] afetch condition and ignore more dirs --- .gitignore | 2 ++ bashrc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a85550f..1eed684 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,5 @@ xdg-terminals.list yelp neofetch totem +RawTherapee +audacity diff --git a/bashrc b/bashrc index 05e09ca..fec8cdb 100644 --- a/bashrc +++ b/bashrc @@ -98,4 +98,4 @@ type systemctl 2>/dev/null 1>&2 && if systemctl -q is-active graphical.target && exec startx fi -[ "/usr/local/bin/afetch" ] && afetch || fetch min +[ -e "/usr/local/bin/afetch" ] && afetch || fetch min