Dylan Araps 6 rokov pred
rodič
commit
4ac452cc64
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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}"