mirror of
				https://github.com/tmux-plugins/tmux-continuum.git
				synced 2025-11-04 00:07:32 +00:00 
			
		
		
		
	Merge pull request #27 from knopki/patch-1
systemd_enable.sh: is_enabled -> is-enabled
This commit is contained in:
		@@ -37,7 +37,7 @@ template() {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
systemd_tmux_is_enabled() {
 | 
			
		||||
	systemctl --user is_enabled $(basename "${systemd_unit_file_path}") >/dev/null 2>&1
 | 
			
		||||
	systemctl --user is-enabled $(basename "${systemd_unit_file_path}") >/dev/null 2>&1
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
enable_tmux_unit_on_boot() {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user