mirror of
				https://github.com/shokinn/.files.git
				synced 2025-11-03 20:18:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			294 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			294 B
		
	
	
	
		
			Text
		
	
	
	
	
	
#
 | 
						|
# {{@@ env['dotdrop_warning'] @@}}
 | 
						|
#
 | 
						|
 | 
						|
# Use vim as editor on X
 | 
						|
VISUAL='vim'
 | 
						|
export VISUAL
 | 
						|
# Use vim as standard editor
 | 
						|
EDITOR='vim'
 | 
						|
export EDITOR
 | 
						|
 | 
						|
[[ $(command -v /opt/homebrew/bin/brew) ]] && eval "$(/opt/homebrew/bin/brew shellenv)"
 | 
						|
[[ $(command -v pyenv) ]] && eval "$(pyenv init --path)"
 |