mirror of
				https://github.com/mitchell/dotfiles.git
				synced 2025-11-03 21:25:26 +00:00 
			
		
		
		
	Fix ssh check and add glance script
This commit is contained in:
		
							parent
							
								
									2cb92a57d5
								
							
						
					
					
						commit
						bbc105cede
					
				| 
						 | 
					@ -11,7 +11,7 @@ function configure_fish
 | 
				
			||||||
    import_sources $uname
 | 
					    import_sources $uname
 | 
				
			||||||
    define_aliases $uname
 | 
					    define_aliases $uname
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    if set -qx SSH_CONNECTION
 | 
					    if not set -qx SSH_CONNECTION
 | 
				
			||||||
        ssh_agent_startup
 | 
					        ssh_agent_startup
 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										2
									
								
								scripts/glance
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										2
									
								
								scripts/glance
									
									
									
									
									
										Executable file
									
								
							| 
						 | 
					@ -0,0 +1,2 @@
 | 
				
			||||||
 | 
					#!/bin/sh
 | 
				
			||||||
 | 
					kitty tmux new -s glance mosh arch@khetanna.lan -- glances --sparkline\; neww mosh serenity.lan -- glances --sparkline
 | 
				
			||||||
		Loading…
	
		Reference in a new issue