Skip to content

Commit

Permalink
Use correct name for tmux configuration file
Browse files Browse the repository at this point in the history
Parts of the readme referred to `tmux.conf` instead of `.tmux.conf`. This has now been corrected.
  • Loading branch information
JakobGM committed Sep 29, 2017
1 parent 499b6a7 commit ed7669e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -30,10 +30,10 @@ system.

Last saved environment is automatically restored when tmux is started.

Put `set -g @continuum-restore 'on'` in `tmux.conf` to enable this.
Put `set -g @continuum-restore 'on'` in `.tmux.conf` to enable this.

Note: automatic restore happens **exclusively** on tmux server start. No other
action (e.g. sourcing `tmux.conf`) triggers this.
action (e.g. sourcing `.tmux.conf`) triggers this.

#### Dependencies

Expand Down

0 comments on commit ed7669e

Please sign in to comment.