| 
					
				 | 
			
			
				@@ -28,15 +28,5 @@ export SDL_VIDEODRIVER="wayland" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 export XDG_CURRENT_DESKTOP=Unity 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 export WINE_FULLSCREEN_FSR=1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-# add aliases with optimized settings 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-alias ls='ls -vhFA --color=auto' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-alias grep='grep --color=auto' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-alias ..='cd ..' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-alias ...='cd ../..' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-alias sshfs='sshfs -o cache=yes,compression=yes,kernel_cache' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-# alias for discord wayland, since it ignores configs 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-alias discord='discord --enable-features=UseOzonePlatform --ozone-platform=wayland' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 # if bashrc exists and the terminal has stdin load it 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 test -t 0 && . "$HOME/.bashrc" 
			 |