Skip to content

Commit

Permalink
Add 'view' to the list of restored processes
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno- committed Mar 21, 2020
1 parent 905abba commit 327c048
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion scripts/variables.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 327c048

Please sign in to comment.