summarylogtreecommitdiffstats
path: root/path.install
blob: 6b2bbf1b68ce09f6189c7bded85cd8e87cbb75cb (plain)
1
2
3
4
5
6
post_install() {
    echo "Note: to use ZVM, you need to add the following path to PATH:"
    echo "export PATH=\$PATH:\${XDG_DATA_HOME:-$HOME/.local/share}/zvm/bin"
    echo "You can add this line to your shell configuration file (e.g., ~/.bashrc or ~/.zshrc)."
    echo "After adding, run 'source ~/.bashrc' or 'source ~/.zshrc' to apply the changes."
}