Merge branch 'master' of https://github.com/xlogerais/config-bash
This commit is contained in:
		@@ -3,6 +3,7 @@
 | 
				
			|||||||
if [[ -z "$DISPLAY" && $(id -u) -ge 1000 ]] ; then
 | 
					if [[ -z "$DISPLAY" && $(id -u) -ge 1000 ]] ; then
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    TTY=$(tty)
 | 
					    TTY=$(tty)
 | 
				
			||||||
 | 
					    if [ "$TTY" == "not a tty" ]; then return; fi
 | 
				
			||||||
    if [ "${TTY/tty}" != "$TTY" -a $(basename ${TTY/tty}) -le 3 ]
 | 
					    if [ "${TTY/tty}" != "$TTY" -a $(basename ${TTY/tty}) -le 3 ]
 | 
				
			||||||
    then
 | 
					    then
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user