diff options
Diffstat (limited to '.local/bin/9t')
| -rwxr-xr-x | .local/bin/9t | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.local/bin/9t b/.local/bin/9t new file mode 100755 index 0000000..865b4a5 --- /dev/null +++ b/.local/bin/9t @@ -0,0 +1,6 @@ +#!/bin/sh + +SHELL=$PLAN9/bin/rc +font=/mnt/font/Menlo-Regular/15a/font +fontsrv & +9 9term -f $font |
