mirror of
				https://github.com/mitchell/dotfiles.git
				synced 2025-11-03 21:25:26 +00:00 
			
		
		
		
	Fix ssh startup
This commit is contained in:
		
							parent
							
								
									f060a3e2b2
								
							
						
					
					
						commit
						8b66a01760
					
				| 
						 | 
					@ -11,7 +11,7 @@ function configure_fish
 | 
				
			||||||
    import_sources $uname
 | 
					    import_sources $uname
 | 
				
			||||||
    define_aliases $uname
 | 
					    define_aliases $uname
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if not set -qx SSH_CONNECTION
 | 
					    if status is-interactive; and not set -qx SSH_CONNECTION
 | 
				
			||||||
        ssh_agent_startup
 | 
					        ssh_agent_startup
 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue