diff --git a/etc/initrc b/etc/initrc index 5b27c9e..7d78b8a 100644 --- a/etc/initrc +++ b/etc/initrc @@ -11,8 +11,8 @@ # Location of your Plan 9 from User Space installation (usually /usr/local/plan9) plan9port=$PLAN9 -# Path, make sure the plan9port /bin directory is included before /bin and /usr/bin -path=(. $plan9port/bin ./bin/ /bin/ /usr/bin) +# Path, make sure the plan9port /bin directory is included before /bin +path=($plan9port/bin/ ./bin/ /bin/) # Directory where your site(s) live ($site here is your domain name, eg., example.com) sitedir=sites/$site