summarylogtreecommitdiffstats
path: root/z-git.install
blob: 47a650cfed72bb438ef718194b8e75e1e2ba3e88 (plain)
1
2
3
4
post_install() {
  echo 'To use, add the following command to ~/.bashrc or /etc/bash.bashrc or ~/.zshrc:'
  echo '[[ -r "/usr/share/z/z.sh" ]] && source /usr/share/z/z.sh'
}