xinitrc: Remove debug line
This commit is contained in:
parent
6827a9102b
commit
8317c05763
1 changed files with 0 additions and 1 deletions
1
xinitrc
1
xinitrc
|
@ -1,7 +1,6 @@
|
||||||
export LC_ALL="de_DE.UTF-8"
|
export LC_ALL="de_DE.UTF-8"
|
||||||
|
|
||||||
if [ "$(uname)" = "NetBSD" ]; then
|
if [ "$(uname)" = "NetBSD" ]; then
|
||||||
echo "EXECUTING" >/tmp/foo
|
|
||||||
xset fp+ /usr/pkg/share/fonts/X11/misc
|
xset fp+ /usr/pkg/share/fonts/X11/misc
|
||||||
elif [ "$(uname)" = "OpenBSD" ]; then
|
elif [ "$(uname)" = "OpenBSD" ]; then
|
||||||
xset fp+ /usr/local/share/fonts/terminus
|
xset fp+ /usr/local/share/fonts/terminus
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue