瀏覽代碼

docs: update

Dylan Araps 6 年之前
父節點
當前提交
4ac452cc64
共有 1 個文件被更改,包括 1 次插入1 次删除
  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}"