mirror of
				https://github.com/tmux-plugins/tmux-continuum.git
				synced 2025-11-04 08:36:09 +00:00 
			
		
		
		
	switch from which to command -v for tmux invoke
command -v is posix and on all systems, which isn't Of course, this is probably a quibble as anything that has systemd on it probably has which.
This commit is contained in:
		@@ -11,7 +11,7 @@ template() {
 | 
			
		||||
	local options="$@"
 | 
			
		||||
	local content=""
 | 
			
		||||
	local resurrect_save_script_path="$(get_tmux_option "$resurrect_save_path_option" "$(realpath ${CURRENT_DIR}/../../../tmux-resurrect/scripts/save.sh)")"
 | 
			
		||||
	local tmux_path="$(which tmux)"
 | 
			
		||||
	local tmux_path="$(command -v tmux)"
 | 
			
		||||
 | 
			
		||||
	read -r -d '' content <<-EOF
 | 
			
		||||
	[Unit]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user