diff --git a/neofetch b/neofetch index 6efa8bff..f20701c9 100755 --- a/neofetch +++ b/neofetch @@ -2889,7 +2889,7 @@ get_term() { term="${name##*/}" - # Fix wrapper names in NixOS. + # Fix wrapper names in Nix. [[ $term == .*-wrapped ]] && { term="${term#.}" term="${term%-wrapped}"