7 lines
		
	
	
		
			224 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			7 lines
		
	
	
		
			224 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|  | # http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html | ||
|  | export XDG_DATA_HOME=$HOME/.local/share | ||
|  | export XDG_CACHE_HOME=$HOME/.cache | ||
|  | export XDG_RUNTIME_DIR=/run/user/$UID | ||
|  | export XDG_CONFIG_HOME=$HOME/.config | ||
|  | 
 |