mirror of
				https://github.com/tmux-plugins/tmux-resurrect.git
				synced 2025-11-04 00:46:04 +00:00 
			
		
		
		
	Document bash restore history feature
This commit is contained in:
		
							
								
								
									
										10
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								README.md
									
									
									
									
									
								
							@@ -46,6 +46,8 @@ This plugin goes to great lengths to save and restore all the details from your
 | 
			
		||||
  [configuration section](#configuration).
 | 
			
		||||
- restoring vim sessions (optional). More details in
 | 
			
		||||
  [restoring vim sessions](#restoring-vim-sessions).
 | 
			
		||||
- restoring bash history (optional, *experimental*). More details in
 | 
			
		||||
  [restoring bash history](#restoring-bash-history).
 | 
			
		||||
 | 
			
		||||
Requirements / dependencies: `tmux 1.9` or higher, `bash`.
 | 
			
		||||
 | 
			
		||||
@@ -130,6 +132,14 @@ Change this with:
 | 
			
		||||
 | 
			
		||||
    set -g @resurrect-dir '/some/path'
 | 
			
		||||
 | 
			
		||||
#### Restoring bash history (experimental)
 | 
			
		||||
 | 
			
		||||
In `.tmux.conf`:
 | 
			
		||||
 | 
			
		||||
        set -g @resurrect-save-bash-history 'on'
 | 
			
		||||
 | 
			
		||||
Bash `history` for individual panes will now be saved and restored.
 | 
			
		||||
 | 
			
		||||
### Other goodies
 | 
			
		||||
 | 
			
		||||
- [tmux-copycat](https://github.com/tmux-plugins/tmux-copycat) - a plugin for
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user