mirror of
				https://github.com/WarrenHood/dotfiles.git
				synced 2025-11-04 01:58:41 +00:00 
			
		
		
		
	Don't hardcode /bin/zsh in alacritty, rather use zsh
This commit is contained in:
		
							parent
							
								
									691c147318
								
							
						
					
					
						commit
						3de920fab5
					
				| 
						 | 
					@ -112,7 +112,7 @@ mods = "Alt"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[shell]
 | 
					[shell]
 | 
				
			||||||
args = ["-l"]
 | 
					args = ["-l"]
 | 
				
			||||||
program = "/bin/zsh"
 | 
					program = "zsh"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
[window]
 | 
					[window]
 | 
				
			||||||
decorations = "none"
 | 
					decorations = "none"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -427,7 +427,7 @@ font:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Tiling WM setup - don't need tmux
 | 
					# Tiling WM setup - don't need tmux
 | 
				
			||||||
shell:
 | 
					shell:
 | 
				
			||||||
  program: /bin/zsh
 | 
					  program: zsh
 | 
				
			||||||
  args:
 | 
					  args:
 | 
				
			||||||
    - -l
 | 
					    - -l
 | 
				
			||||||
  #   - -c
 | 
					  #   - -c
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue