mirror of
				https://gitea.blesmrt.net/mikaela/shell-things.git
				synced 2025-11-04 03:17:34 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			5 lines
		
	
	
		
			200 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			200 B
		
	
	
	
		
			Bash
		
	
	
	
	
	
#if [ -f ~/.$(echo $SHELL|cut -d/ -f3)rc ] && [ x$DISPLAY != x ]; then
 | 
						|
#    source ~/.$(echo $SHELL|cut -d/ -f3)rc
 | 
						|
#fi
 | 
						|
setxkbmap -option compose:lwin -option terminate:ctrl_alt_bksp -option nbsp:none
 |