aboutsummaryrefslogtreecommitdiff
path: root/mac/9term.app
diff options
context:
space:
mode:
Diffstat (limited to 'mac/9term.app')
-rwxr-xr-xmac/9term.app/Contents/MacOS/9term4
1 files changed, 4 insertions, 0 deletions
diff --git a/mac/9term.app/Contents/MacOS/9term b/mac/9term.app/Contents/MacOS/9term
index ef6692c3..d6487348 100755
--- a/mac/9term.app/Contents/MacOS/9term
+++ b/mac/9term.app/Contents/MacOS/9term
@@ -2,4 +2,8 @@
cd $HOME
. ~/.bashrc
PLAN9=${PLAN9:-/usr/local/plan9}
+if ! [[ :$PATH: =~ :$PLAN9/bin: ]]
+then
+ PATH=$PATH:$PLAN9/bin
+fi
$PLAN9/bin/9term -W600x800 &