mirror of
				https://github.com/tmux-plugins/tmux-resurrect.git
				synced 2025-11-04 08:56:03 +00:00 
			
		
		
		
	Run setup task from .travis.yml
This commit is contained in:
		@@ -1,11 +1,7 @@
 | 
			
		||||
install_tmux_resurrect_helper() {
 | 
			
		||||
	local plugin_path="${HOME}/.tmux/plugins/tmux-resurrect/"
 | 
			
		||||
	rm -rf "$plugin_path"
 | 
			
		||||
	if [ -n "$TRAVIS" ]; then
 | 
			
		||||
		git clone --recursive https://github.com/tmux-plugins/tmux-resurrect --branch "$TRAVIS_BRANCH" "$plugin_path" >/dev/null 2>&1
 | 
			
		||||
	else # used on vagrant
 | 
			
		||||
		git clone --recursive "${CURRENT_DIR}/../" "$plugin_path" >/dev/null 2>&1
 | 
			
		||||
	fi
 | 
			
		||||
	git clone --recursive "${CURRENT_DIR}/../" "$plugin_path" >/dev/null 2>&1
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
# we want "fixed" dimensions no matter the size of real display
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user