#! /bin/env bash
if [[ -x /usr/bin/neofetch ]]; then
	neofetch
fi
