From 4939459f33d3509e95b8a66a5c1aea24964d1322 Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Thu, 19 Feb 2015 22:57:57 +0100 Subject: [PATCH] Improve 'tmux auto start' readme --- scripts/handle_tmux_automatic_start/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/handle_tmux_automatic_start/README.md b/scripts/handle_tmux_automatic_start/README.md index da7e830..7f91c68 100644 --- a/scripts/handle_tmux_automatic_start/README.md +++ b/scripts/handle_tmux_automatic_start/README.md @@ -6,7 +6,7 @@ Tmux is automatically started after the computer/server is turned on. To enable this feature: - put `set -g @resurrect-auto-tmux-start 'on'` in `tmux.conf` -- reload `tmux.conf` +- reload tmux config with this shell command: `tmux source-file ~/.tmux.conf` Next time the computer is started: - `Terminal.app` window will open and resize to maximum size