aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnofetch6
1 files changed, 6 insertions, 0 deletions
diff --git a/nofetch b/nofetch
index 7e9bfe1..f4b9401 100755
--- a/nofetch
+++ b/nofetch
@@ -72,6 +72,12 @@ osname=$(echo $osname | sed 's/FreeBSD //g')
if [ $1 == "-o" ] &> /dev/null || [ $2 == "-o" ] &> /dev/null
then
echo "$osname"
+elif [[ "$osname" == *"BSD"* ]]
+then
+ echo " "
+ echo "> $nofetch" | tr '[:upper:]' '[:lower:]'
+ echo "> $(uname -smr)" | tr '[:upper:]' '[:lower:]'
+ echo " "
else
echo " "
echo "> $nofetch" | tr '[:upper:]' '[:lower:]'