mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
mac/9term.app: invoke 9term with -l
This seems to match Terminal. Fixes #145.
This commit is contained in:
parent
d3f21b709e
commit
a791787a38
1 changed files with 1 additions and 1 deletions
|
@ -6,4 +6,4 @@ if ! [[ :$PATH: =~ :$PLAN9/bin: ]]
|
|||
then
|
||||
PATH=$PATH:$PLAN9/bin
|
||||
fi
|
||||
$PLAN9/bin/9term -W600x800 &
|
||||
$PLAN9/bin/9term -l -W600x800 &
|
||||
|
|
Loading…
Reference in a new issue