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
@ -19,7 +19,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
cat <<SCRIPT > $out/bin/zsh-autoenv-share
|
cat <<SCRIPT > $out/bin/zsh-autoenv-share
|
||||||
#!${runtimeShell}
|
#!${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.
|
# integration scripts are living.
|
||||||
echo $out/share/zsh-autoenv
|
echo $out/share/zsh-autoenv
|
||||||
SCRIPT
|
SCRIPT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user