aur/zsh-uv-env-git.install
2026-01-27 12:07:50 +01:00

8 lines
200 B
Text

post_install() {
cat << EOF
To activate zsh-uv-env, add the following line at the end of ~/.zshrc:
source /usr/share/zsh/plugins/zsh-uv-env/zsh-uv-env.plugin.zsh
EOF
}
# vim:set ts=2 sw=2 et: