mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
8 lines
200 B
Text
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:
|