mirror of
https://github.com/tmux-plugins/tmux-continuum.git
synced 2024-11-21 18:58:46 +00:00
Merge pull request #80 from revolter/patch-1
Fix incorrect config file name
This commit is contained in:
commit
9aac5ec934
@ -5,7 +5,7 @@ Tmux is automatically started after the computer/server is turned on.
|
|||||||
### OS X
|
### OS X
|
||||||
|
|
||||||
To enable this feature:
|
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`
|
- reload tmux config with this shell command: `$ tmux source-file ~/.tmux.conf`
|
||||||
|
|
||||||
Next time the computer is started:
|
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
|
##### this will only start the tmux server, it will *not* start any terminal emulator
|
||||||
|
|
||||||
To enable automatic start with systemd:
|
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`
|
- 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
|
- see [systemd](./systemd_details.md) for more details about how this is implemented
|
||||||
|
Loading…
Reference in New Issue
Block a user