#!/usr/bin/env bash status=$? if [ "${status}" -eq 0 ]; then fastfetch fi