|  |  | @ -5,15 +5,15 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  | # If not running interactively, don't do anything |  |  |  | # If not running interactively, don't do anything | 
			
		
	
		
		
			
				
					
					|  |  |  | [[ $- != *i* ]] && return |  |  |  | [[ $- != *i* ]] && return | 
			
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | HISTSIZE=10000 |  |  |  | export HISTSIZE=10000 | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | HISTFILESIZE=10000 |  |  |  | export HISTFILESIZE=10000 | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | PATH="$HOME/.bin:$PATH" |  |  |  | export PATH="$HOME/.bin:$PATH" | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | EDITOR=vim |  |  |  | export EDITOR=vim | 
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | #enable wayland |  |  |  | #enable wayland | 
			
		
	
		
		
			
				
					
					|  |  |  | QT_QPA_PLATFORM=wayland-egl |  |  |  | export QT_QPA_PLATFORM=wayland-egl | 
			
				
				
			
		
	
		
		
			
				
					
					|  |  |  | GDK_BACKEND=wayland |  |  |  | export GDK_BACKEND=wayland | 
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					|  |  |  | 
 |  |  |  | 
 | 
			
		
	
		
		
			
				
					
					|  |  |  | #enable aco instead of radv |  |  |  | #enable aco instead of radv | 
			
		
	
		
		
			
				
					
					|  |  |  | export RADV_PERFTEST=aco |  |  |  | export RADV_PERFTEST=aco | 
			
		
	
	
		
		
			
				
					|  |  | 
 |