add check for pfetch

This commit is contained in:
2023-06-17 11:44:56 -04:00
parent 3425e5bd06
commit ce69851d40
+3 -1
View File
@@ -62,4 +62,6 @@ if [ -f $HOME/.aliases ]; then
source $HOME/.aliases
fi
pfetch
if [ -f /usr/bin/pfetch ]; then
/usr/bin/pfetch
fi