zsh-autoenv: fix zsh-autoenv-share description

Fix a copy & paste error in zsh-autoenv-share documentation
This commit is contained in:
Sebastian Nagel 2020-04-07 17:43:08 +02:00 committed by Benjamin Hipple
parent 40a50db054
commit 7426e53f95

View file

@ -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