afetch condition and ignore more dirs
This commit is contained in:
parent
398be4363a
commit
91c28d507f
2 changed files with 3 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -105,3 +105,5 @@ xdg-terminals.list
|
|||
yelp
|
||||
neofetch
|
||||
totem
|
||||
RawTherapee
|
||||
audacity
|
||||
|
|
2
bashrc
2
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
|
||||
|
|
Loading…
Reference in a new issue