8 lines
		
	
	
		
			111 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			111 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
# vim: syn=zsh
 | 
						|
 | 
						|
source ~/.profile
 | 
						|
autoload -Uz edit-command-line
 | 
						|
zle -N edit-command-line
 | 
						|
 | 
						|
env_loader zprofile
 |