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