fix(emacs.d): Use 'fish' from $PATH when launching vterms
This is required because the configuration is used on machines where fish comes from Nix, and on ones where it does not.
This commit is contained in:
		
							parent
							
								
									886cf09b95
								
							
						
					
					
						commit
						3638048c9b
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -144,7 +144,7 @@ | |||
| 
 | ||||
| (use-package vterm | ||||
|   :config (progn | ||||
|             (setq vterm-shell "/usr/bin/fish") | ||||
|             (setq vterm-shell "fish") | ||||
|             (setq vterm-exit-functions | ||||
|                   (lambda (&rest _) (kill-buffer (current-buffer)))) | ||||
|             (setq vterm-set-title-functions | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue