fix
This commit is contained in:
parent
38c4923abe
commit
8df9e86546
2
at.zsh
2
at.zsh
@ -5,7 +5,6 @@ help=(
|
|||||||
at.zsh u at-uri
|
at.zsh u at-uri
|
||||||
at.zsh c at-uri -r
|
at.zsh c at-uri -r
|
||||||
)
|
)
|
||||||
|
|
||||||
host=(
|
host=(
|
||||||
bsky.social
|
bsky.social
|
||||||
public.api.bsky.app
|
public.api.bsky.app
|
||||||
@ -21,6 +20,7 @@ lexicon=(
|
|||||||
function at-env(){
|
function at-env(){
|
||||||
host=bsky.social
|
host=bsky.social
|
||||||
at_uri=at://did:plc:4hqjfn7m6n5hno3doamuhgef/ai.syui.game.user/syui
|
at_uri=at://did:plc:4hqjfn7m6n5hno3doamuhgef/ai.syui.game.user/syui
|
||||||
|
handle=yui.syui.ai
|
||||||
did=`echo $at_uri|cut -d / -f 3`
|
did=`echo $at_uri|cut -d / -f 3`
|
||||||
collection=`echo $at_uri|cut -d / -f 4`
|
collection=`echo $at_uri|cut -d / -f 4`
|
||||||
rkey=`echo $at_uri|cut -d / -f 5`
|
rkey=`echo $at_uri|cut -d / -f 5`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user