summarylogtreecommitdiffstats
path: root/undistract-me.install
blob: 8d5397963ac216941468590c58f15948715d7ee6 (plain)
1
2
3
4
5
6
7
post_install() {
  echo "Don't forget to add \`source /usr/share/undistract-me/long-running.bash;notify_when_long_running_commands_finish_install\` to your .bashrc or .zshrc"
  echo "You can do this automatically via the following command:"
  echo "echo \"source /usr/share/undistract-me/long-running.bash\\\\nnotify_when_long_running_commands_finish_install\" >> .bashrc"
  echo "Or (for zsh):"
  echo "echo \"source /usr/share/undistract-me/long-running.bash\\\\nnotify_when_long_running_commands_finish_install\" >> .zshrc"
}