ai/at
1
0
This commit is contained in:
2024-11-27 20:35:45 +09:00
parent 38c4923abe
commit 8df9e86546

2
at.zsh
View File

@@ -5,7 +5,6 @@ help=(
at.zsh u at-uri
at.zsh c at-uri -r
)
host=(
bsky.social
public.api.bsky.app
@@ -21,6 +20,7 @@ lexicon=(
function at-env(){
host=bsky.social
at_uri=at://did:plc:4hqjfn7m6n5hno3doamuhgef/ai.syui.game.user/syui
handle=yui.syui.ai
did=`echo $at_uri|cut -d / -f 3`
collection=`echo $at_uri|cut -d / -f 4`
rkey=`echo $at_uri|cut -d / -f 5`