mirror of
https://github.com/rwxrob/dot
synced 2024-11-14 18:12:56 +00:00
6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
if type setterm >/dev/null 2>&1; then
|
||
|
exec setterm --cursor on
|
||
|
fi
|