Skip to content

Commit 327c048

Browse files
committed
Add 'view' to the list of restored processes
1 parent 905abba commit 327c048

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
- add save and restore hooks
2626
- always use `-ao` flags for `ps` command to detect commands
2727
- Deprecate restoring shell history feature.
28+
- `view` added to the list of automatically restored programs
2829

2930
### v2.4.0, 2015-02-23
3031
- add "tmux-test"

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 weechat mutt'
12+
default_proc_list='vi vim view 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)