shithub: lib

Download patch

ref: 82cf8c758c40e82165f838e8e6d3c6ed93050f7f
parent: 4e4231762d9a3fad36816ec2864b2c2ddbd2e719
author: sl <sl@x1yg3>
date: Sat Jul 12 20:42:31 EDT 2025

profile: if(~ $sysname deckard) bind / /n/fs

--- a/profile
+++ b/profile
@@ -1,4 +1,4 @@
-# 2024-11-20T16:57:04-05:00
+# 2025-07-12T20:41:48-04:00
 DISPLAY=:0
 aiju=(◔ ◡ ◔)
 d00d=0xd00000000000000d
@@ -48,6 +48,8 @@
 }
 if not{
 	bind / /n/$sysname
+	if(~ $sysname deckard)
+		bind / /n/fs
 	GOPATH=$home/go
 	GOROOT=/usr/local/go
 	GO111MODULE=off
--