mirror of
				https://github.com/shokinn/.files.git
				synced 2025-11-03 20:18:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			149 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			149 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#
 | 
						|
# {{@@ env['dotdrop_warning'] @@}}
 | 
						|
#
 | 
						|
 | 
						|
XDG_CONFIG_HOME="$HOME/.config"
 | 
						|
export XDG_CONFIG_HOME
 | 
						|
VISUAL='vim'
 | 
						|
export VISUAL
 | 
						|
EDITOR='vim'
 | 
						|
export EDITOR
 |