mac/9term.app: invoke 9term with -l
This seems to match Terminal. Fixes #145.
This commit is contained in:
parent
d3f21b709e
commit
a791787a38
@ -6,4 +6,4 @@ if ! [[ :$PATH: =~ :$PLAN9/bin: ]]
|
|||||||
then
|
then
|
||||||
PATH=$PATH:$PLAN9/bin
|
PATH=$PATH:$PLAN9/bin
|
||||||
fi
|
fi
|
||||||
$PLAN9/bin/9term -W600x800 &
|
$PLAN9/bin/9term -l -W600x800 &
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user