summary refs log tree commit diff
path: root/pkgs/tools/misc/zsh-autoenv/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/zsh-autoenv/default.nix')
-rw-r--r--pkgs/tools/misc/zsh-autoenv/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/zsh-autoenv/default.nix b/pkgs/tools/misc/zsh-autoenv/default.nix
index c44837b877d..f4295443f69 100644
--- a/pkgs/tools/misc/zsh-autoenv/default.nix
+++ b/pkgs/tools/misc/zsh-autoenv/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
 
     cat <<SCRIPT > $out/bin/zsh-autoenv-share
     #!${runtimeShell}
-    # Run this script to find the fzf shared folder where all the shell
+    # Run this script to find the zsh-autoenv shared folder where all the shell
     # integration scripts are living.
     echo $out/share/zsh-autoenv
     SCRIPT