9 lines
102 B
Bash
Executable File
9 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# ~/.xsession
|
|
#
|
|
|
|
# update X font locations
|
|
xset +fp /usr/share/fonts/local
|
|
xset fp rehash
|