summarylogtreecommitdiffstats
path: root/install
blob: 99c2b7b22731f49962932195d7248644c3129346 (plain)
1
2
3
4
5
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: