mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
add fonts
This commit is contained in:
parent
f729f79ca2
commit
bebed446d0
1 changed files with 4 additions and 0 deletions
4
bin/psv
4
bin/psv
|
@ -1,5 +1,9 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
|
# add plan 9 postscript fonts
|
||||||
|
GS_FONTPATH=$GS_FONTPATH:$PLAN9/postscript/font
|
||||||
|
export GS_FONTPATH
|
||||||
|
|
||||||
#
|
#
|
||||||
# gv has decided to rename all its -foo options to --foo.
|
# gv has decided to rename all its -foo options to --foo.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue