Bugfix for pane contents restoration

This commit is contained in:
Bruno Sutic
2015-05-12 13:31:13 +02:00
parent f3c6321501
commit 8af7aed9b3
2 changed files with 2 additions and 1 deletions

View File

@ -108,7 +108,7 @@ tmux_default_command() {
}
pane_creation_command() {
echo "cat '$(resurrect_pane_file "${1}:${2}.${3}")'; $(tmux_default_command)"
echo "cat '$(resurrect_pane_file "${1}:${2}.${3}")'; exec $(tmux_default_command)"
}
new_window() {