zsh-autoenv: fix zsh-autoenv-share description
Fix a copy & paste error in zsh-autoenv-share documentation
This commit is contained in:
parent
40a50db054
commit
7426e53f95
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue