summary refs log tree commit diff
path: root/pkgs/tools/misc/zsh-autoenv
diff options
context:
space:
mode:
authorSebastian Nagel <sebastian.nagel@ncoding.at>2020-04-07 17:43:08 +0200
committerBenjamin Hipple <bhipple@protonmail.com>2020-10-25 10:37:47 -0400
commit7426e53f95169881d1696bf7c631561ed9a75465 (patch)
treef726c1cbc5288e21daf188e9fe29983e42d4c674 /pkgs/tools/misc/zsh-autoenv
parent40a50db054d2173b83b70a79bc9479f7a0d4c9ff (diff)
downloadnixpkgs-7426e53f95169881d1696bf7c631561ed9a75465.tar
nixpkgs-7426e53f95169881d1696bf7c631561ed9a75465.tar.gz
nixpkgs-7426e53f95169881d1696bf7c631561ed9a75465.tar.bz2
nixpkgs-7426e53f95169881d1696bf7c631561ed9a75465.tar.lz
nixpkgs-7426e53f95169881d1696bf7c631561ed9a75465.tar.xz
nixpkgs-7426e53f95169881d1696bf7c631561ed9a75465.tar.zst
nixpkgs-7426e53f95169881d1696bf7c631561ed9a75465.zip
zsh-autoenv: fix zsh-autoenv-share description
Fix a copy & paste error in zsh-autoenv-share documentation
Diffstat (limited to 'pkgs/tools/misc/zsh-autoenv')
-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