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")