This is a first dotfiles config. I think I have a lot more to add tho...
		
			
				
	
	
		
			5 lines
		
	
	
		
			102 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			102 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/sh
 | |
| sshchoice=$(grep -Eo '^[^, ]+' $HOME/.ssh/known_hosts | dmenu)
 | |
| 
 | |
| $TERMINAL -e ssh $sshchoice
 |