From 6c7164f3962023471aa926a4b5ee25b7a5e19ae8 Mon Sep 17 00:00:00 2001 From: Dylan Date: Fri, 13 May 2016 10:27:23 +1000 Subject: [PATCH] suffix dragonfly with bsd --- neofetch | 1 + 1 file changed, 1 insertion(+) diff --git a/neofetch b/neofetch index 5071c9a6..8498ae2c 100755 --- a/neofetch +++ b/neofetch @@ -508,6 +508,7 @@ getdistro () { "BSD") distro="$(uname -s)" + distro=${distro/DragonFly/DragonFlyBSD} ;; "Windows")