summarylogtreecommitdiffstats
path: root/undistract-me.install
diff options
context:
space:
mode:
authorAidan Harris2017-02-13 02:02:54 +0000
committerAidan Harris2017-02-13 02:02:54 +0000
commitca199e8d03aa8e14f6d8704f3c8d1e02cd0db954 (patch)
tree56e65b260b10d4be357ebc5427408eef417e9ca2 /undistract-me.install
parent3f1f2322dda254369adaa2981302e86e6eb4c956 (diff)
downloadaur-ca199e8d03aa8e14f6d8704f3c8d1e02cd0db954.tar.gz
Add usage instructions
Diffstat (limited to 'undistract-me.install')
-rw-r--r--undistract-me.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/undistract-me.install b/undistract-me.install
new file mode 100644
index 000000000000..16bd54878add
--- /dev/null
+++ b/undistract-me.install
@@ -0,0 +1,9 @@
+post_install() {
+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"
+}
+}