mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-28 22:55:24 +02:00
3 lines
102 B
Bash
3 lines
102 B
Bash
case $( /usr/bin/tty ) in
|
|
/dev/tty[0-9]*) [ -n "$(pgrep gpm)" ] && /usr/bin/disable-paste ;;
|
|
esac
|