summarylogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorVianney le Clément de Saint-Marcq2013-03-09 15:35:54 +0100
committerVianney le Clément de Saint-Marcq2015-06-11 20:42:25 +0200
commitaf49b6d49f631858250297d8e7bffa085befc65d (patch)
tree9a5adc6e672435ba8c7c473473ceced15406e9b5 /install
downloadaur-af49b6d49f631858250297d8e7bffa085befc65d.tar.gz
New package
Diffstat (limited to 'install')
-rw-r--r--install6
1 files changed, 6 insertions, 0 deletions
diff --git a/install b/install
new file mode 100644
index 000000000000..99c2b7b22731
--- /dev/null
+++ b/install
@@ -0,0 +1,6 @@
+post_install() {
+ echo "Add the following line to your .bashrc to autostart tmux at login:"
+ echo " . /usr/share/tmux-applet/autostart.sh"
+}
+
+# vim:set ts=2 sw=2 et: