Skip to content

Commit dcef219

Browse files
authored
Merge pull request #209 from job/add_weechat
Add weechat to conservative list
2 parents 4f7f4e0 + e3878ca commit dcef219

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ You should now be able to use the plugin.
9191

9292
- [Changing the default key bindings](docs/custom_key_bindings.md).
9393
- Only a conservative list of programs is restored by default:<br/>
94-
`vi vim nvim emacs man less more tail top htop irssi mutt`.<br/>
94+
`vi vim nvim emacs man less more tail top htop irssi weechat mutt`.<br/>
9595
[Restoring programs doc](docs/restoring_programs.md) explains how to restore
9696
additional programs.
9797
- [Change a directory](docs/save_dir.md) where `tmux-resurrect` saves tmux

docs/restoring_programs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
### General instructions <a name="general-instructions"></a>
77
Only a conservative list of programs is restored by default:<br/>
8-
`vi vim nvim emacs man less more tail top htop irssi mutt`.
8+
`vi vim nvim emacs man less more tail top htop irssi weechat mutt`.
99

1010
This can be configured with `@resurrect-processes` option in `.tmux.conf`. It
1111
contains space-separated list of additional programs to restore.

scripts/variables.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ restore_path_option="@resurrect-restore-script-path"
99

1010
# default processes that are restored
1111
default_proc_list_option="@resurrect-default-processes"
12-
default_proc_list='vi vim nvim emacs man less more tail top htop irssi mutt'
12+
default_proc_list='vi vim nvim emacs man less more tail top htop irssi weechat mutt'
1313

1414
# User defined processes that are restored
1515
# 'false' - nothing is restored

0 commit comments

Comments
 (0)