Skip to content

Commit b03d1c0

Browse files
authored
Fix incorrect config file name
1 parent 432d243 commit b03d1c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/automatic_start.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tmux is automatically started after the computer/server is turned on.
55
### OS X
66

77
To enable this feature:
8-
- put `set -g @continuum-boot 'on'` in `tmux.conf`
8+
- put `set -g @continuum-boot 'on'` in `.tmux.conf`
99
- reload tmux config with this shell command: `$ tmux source-file ~/.tmux.conf`
1010

1111
Next time the computer is started:
@@ -39,6 +39,6 @@ Help with this would be greatly appreciated. Please get in touch.
3939
##### this will only start the tmux server, it will *not* start any terminal emulator
4040

4141
To enable automatic start with systemd:
42-
- Put `set -g @continuum-boot 'on'` in tmux.conf
42+
- Put `set -g @continuum-boot 'on'` in `.tmux.conf`
4343
- reload tmux config with this shell command: `$ tmux source-file ~/.tmux.conf`
4444
- see [systemd](./systemd_details.md) for more details about how this is implemented

0 commit comments

Comments
 (0)