summarylogtreecommitdiffstats
path: root/undistract-me.install
diff options
context:
space:
mode:
authorAidan Harris2017-02-13 02:05:36 +0000
committerAidan Harris2017-02-13 02:05:36 +0000
commit194262644062123d84fa0f237b5c0e8f56207531 (patch)
tree06db86bff3b5482b375e7b82baefcfcf5b2fc1af /undistract-me.install
parentca199e8d03aa8e14f6d8704f3c8d1e02cd0db954 (diff)
downloadaur-194262644062123d84fa0f237b5c0e8f56207531.tar.gz
Add usage instructions (For real this time - Hopefully)
Diffstat (limited to 'undistract-me.install')
-rw-r--r--undistract-me.install2
1 files changed, 0 insertions, 2 deletions
diff --git a/undistract-me.install b/undistract-me.install
index 16bd54878add..1df667e0f967 100644
--- a/undistract-me.install
+++ b/undistract-me.install
@@ -1,9 +1,7 @@
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"
}
-}