Use plan9port var so we can set the location of p9p without having to change the $path
This commit is contained in:
parent
ca3c688c52
commit
efc509ac12
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
plan9port=$PLAN9
|
||||
|
||||
# Path, make sure the plan9port /bin directory is included before /bin and /usr/bin
|
||||
path=(. $PLAN9/bin ./bin/ /bin/ /usr/bin)
|
||||
path=(. $plan9port/bin ./bin/ /bin/ /usr/bin)
|
||||
|
||||
# Directory where your site(s) live ($site here is your domain name, eg., example.com)
|
||||
sitedir=sites/$site
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue