diff --git a/README.md b/README.md
index 3094a5f..18fab70 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ You should now be able to use the plugin.
- [Changing the default key bindings](docs/custom_key_bindings.md).
- Only a conservative list of programs is restored by default:
- `vi vim nvim emacs man less more tail top htop irssi mutt`.
+ `vi vim nvim emacs man less more tail top htop irssi weechat mutt`.
[Restoring programs doc](docs/restoring_programs.md) explains how to restore
additional programs.
- [Change a directory](docs/save_dir.md) where `tmux-resurrect` saves tmux
diff --git a/docs/restoring_programs.md b/docs/restoring_programs.md
index fa3b72b..d3d153f 100644
--- a/docs/restoring_programs.md
+++ b/docs/restoring_programs.md
@@ -5,7 +5,7 @@
### General instructions
Only a conservative list of programs is restored by default:
-`vi vim nvim emacs man less more tail top htop irssi mutt`.
+`vi vim nvim emacs man less more tail top htop irssi weechat mutt`.
This can be configured with `@resurrect-processes` option in `.tmux.conf`. It
contains space-separated list of additional programs to restore.
diff --git a/scripts/variables.sh b/scripts/variables.sh
index ddd849a..9cfda0c 100644
--- a/scripts/variables.sh
+++ b/scripts/variables.sh
@@ -9,7 +9,7 @@ restore_path_option="@resurrect-restore-script-path"
# default processes that are restored
default_proc_list_option="@resurrect-default-processes"
-default_proc_list='vi vim nvim emacs man less more tail top htop irssi mutt'
+default_proc_list='vi vim nvim emacs man less more tail top htop irssi weechat mutt'
# User defined processes that are restored
# 'false' - nothing is restored