Browse Source

docs: update

Dylan Araps 6 years ago
parent
commit
4ac452cc64
1 changed files with 1 additions and 1 deletions
  1. 1 1
      neofetch

+ 1 - 1
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}"