mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 00:17:14 +08:00
4 lines
102 B
Bash
4 lines
102 B
Bash
|
case $( /usr/bin/tty ) in
|
||
|
/dev/tty[0-9]*) [ -n "$(pgrep gpm)" ] && /usr/bin/disable-paste ;;
|
||
|
esac
|