From 327c0481ad20c429b4e692e092659f8b3346b08f Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Sat, 21 Mar 2020 23:51:28 +0100 Subject: [PATCH] Add 'view' to the list of restored processes --- CHANGELOG.md | 1 + scripts/variables.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ce69fc..f604101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,7 @@ - add save and restore hooks - always use `-ao` flags for `ps` command to detect commands - Deprecate restoring shell history feature. +- `view` added to the list of automatically restored programs ### v2.4.0, 2015-02-23 - add "tmux-test" diff --git a/scripts/variables.sh b/scripts/variables.sh index 18754f9..fb3d885 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 weechat mutt' +default_proc_list='vi vim view nvim emacs man less more tail top htop irssi weechat mutt' # User defined processes that are restored # 'false' - nothing is restored