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