summarylogtreecommitdiffstats
path: root/undistract-me.install
diff options
context:
space:
mode:
authorAidan Harris2017-02-13 02:19:26 +0000
committerAidan Harris2017-02-13 02:19:26 +0000
commit4fa8cc50e04786e9ed08380d7367624973e5005d (patch)
treeab8e46f5f2d0eb0a636e924e21d037824d1ce85f /undistract-me.install
parentf38f89982c7781171ad106327276c7bbdef3331a (diff)
downloadaur-4fa8cc50e04786e9ed08380d7367624973e5005d.tar.gz
Make Usage instructions easier to see
Diffstat (limited to 'undistract-me.install')
-rw-r--r--undistract-me.install10
1 files changed, 5 insertions, 5 deletions
diff --git a/undistract-me.install b/undistract-me.install
index f9256557e8c2..327eb948a8b1 100644
--- a/undistract-me.install
+++ b/undistract-me.install
@@ -1,7 +1,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:"
- printf "echo \"source /usr/share/undistract-me/long-running.bash\\\nnotify_when_long_running_commands_finish_install\" >> .bashrc\n"
- echo "Or (for zsh):"
- printf "echo \"source /usr/share/undistract-me/long-running.bash\\\nnotify_when_long_running_commands_finish_install\" >> .zshrc\n"
+ 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:"
+ printf ">>> echo \"source /usr/share/undistract-me/long-running.bash\\\nnotify_when_long_running_commands_finish_install\" >> .bashrc\n"
+ echo ">>> Or (for zsh):"
+ printf ">>> echo \"source /usr/share/undistract-me/long-running.bash\\\nnotify_when_long_running_commands_finish_install\" >> .zshrc\n"
}