summarylogtreecommitdiffstats
path: root/undistract-me.install
diff options
context:
space:
mode:
Diffstat (limited to 'undistract-me.install')
-rw-r--r--undistract-me.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/undistract-me.install b/undistract-me.install
index 1df667e0f967..8d5397963ac2 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:"
- echo "echo \"source /usr/share/undistract-me/long-running.bash\\\nnotify_when_long_running_commands_finish_install\" >> .bashrc"
+ 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"
+ echo "echo \"source /usr/share/undistract-me/long-running.bash\\\\nnotify_when_long_running_commands_finish_install\" >> .zshrc"
}