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