You've already forked personal-linux-config
							
							
		
			
				
	
	
		
			5 lines
		
	
	
		
			181 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			181 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
alias pubkey='cat ~/.ssh/id_rsa.pub'
 | 
						|
alias hosts='sudo nano /etc/hosts'
 | 
						|
alias historygrep='history | grep'
 | 
						|
alias newrepo='bash <(curl -s https://get.bjphoster.com/new-git-repo.sh)'
 |