summarylogtreecommitdiffstats
path: root/tmux-resurrect.install
diff options
context:
space:
mode:
authorMorten Linderud2016-11-27 19:40:34 +0100
committerMorten Linderud2016-11-27 19:40:34 +0100
commitaa53069334250b4efc6532fcab2f8f4f434a26f4 (patch)
treecbe3025f4e7c4ce39dfef0228be1351d66aced9c /tmux-resurrect.install
downloadaur-aa53069334250b4efc6532fcab2f8f4f434a26f4.tar.gz
Added tmux-resurrect pkgbuild
Signed-off-by: Morten Linderud <morten@linderud.pw>
Diffstat (limited to 'tmux-resurrect.install')
-rw-r--r--tmux-resurrect.install3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux-resurrect.install b/tmux-resurrect.install
new file mode 100644
index 000000000000..1ac3981b7b59
--- /dev/null
+++ b/tmux-resurrect.install
@@ -0,0 +1,3 @@
+post_install(){
+ echo "Add \"run-shell /usr/share/tmux-resurrect/resurrect.tmux\" to your tmux config"
+}