summarylogtreecommitdiffstats
path: root/tmux-resurrect.install
blob: 7c8185f6afb78e389dc92e31e673eecd97d36d41 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
common() {
   echo '   * /etc/tmux.conf
   * ~/.tmux.conf

"run-shell /usr/share/tmux-resurrect-git/resurrect.tmux"'
}


post_install() {
   echo 'To use tmux-resurrect, add this to the BOTTOM of either your:'
   common
}

post_remove() {
   echo "Don't forget to remove from either your:"
   common
}