From b03d1c0c84b19e94f670b454a1dce2b11695ce04 Mon Sep 17 00:00:00 2001 From: Iulian Onofrei <6d0847b9@opayq.com> Date: Tue, 1 Sep 2020 19:54:02 +0300 Subject: [PATCH] Fix incorrect config file name --- docs/automatic_start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/automatic_start.md b/docs/automatic_start.md index 4092e4f..58882f0 100644 --- a/docs/automatic_start.md +++ b/docs/automatic_start.md @@ -5,7 +5,7 @@ Tmux is automatically started after the computer/server is turned on. ### OS X To enable this feature: -- put `set -g @continuum-boot 'on'` in `tmux.conf` +- put `set -g @continuum-boot 'on'` in `.tmux.conf` - reload tmux config with this shell command: `$ tmux source-file ~/.tmux.conf` Next time the computer is started: @@ -39,6 +39,6 @@ Help with this would be greatly appreciated. Please get in touch. ##### this will only start the tmux server, it will *not* start any terminal emulator To enable automatic start with systemd: -- Put `set -g @continuum-boot 'on'` in tmux.conf +- Put `set -g @continuum-boot 'on'` in `.tmux.conf` - reload tmux config with this shell command: `$ tmux source-file ~/.tmux.conf` - see [systemd](./systemd_details.md) for more details about how this is implemented