From 4ac452cc64910a7b1e93eb4e7791519664574b24 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 12 Jun 2019 20:51:56 +0300 Subject: [PATCH] docs: update --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"