blob: 7657e8d380c1727aa2debb7a0e444b7728a0c790 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#
# Terminal geometry file configuration.
#
TERM="rxvt"
FONT="-*-terminus-*-*-*-*-18-*-*-*-*-*-*-*"
# Load custom configuration
if [ -e "$HOME/.custom/geometry" ]; then
source $HOME/.custom/geometry
fi
|