mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 21:31:19 +08:00 
			
		
		
		
	Check if fbterm is installed and use $TTY variable
This commit is contained in:
		
							parent
							
								
									3d5b3430fd
								
							
						
					
					
						commit
						be5dcb8a59
					
				@ -1,6 +1,8 @@
 | 
			
		||||
# start fbterm automatically in /dev/tty*
 | 
			
		||||
 | 
			
		||||
if [[ $(tty|grep -o '/dev/tty') = /dev/tty ]] ; then
 | 
			
		||||
	fbterm
 | 
			
		||||
	exit
 | 
			
		||||
if (( ${+commands[fbterm]} )); then
 | 
			
		||||
	if [[ "$TTY" = /dev/tty* ]] ; then
 | 
			
		||||
		fbterm
 | 
			
		||||
		exit
 | 
			
		||||
	fi
 | 
			
		||||
fi
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user