Skip to content

Commit

Permalink
feat: supporting mounting of urns (#832)
Browse files Browse the repository at this point in the history
  • Loading branch information
veles-achaea committed Jun 4, 2024
1 parent 02b5d8f commit 96103bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion svo (aliases, triggers).xml
Original file line number Diff line number Diff line change
Expand Up @@ -55129,7 +55129,7 @@ svo.conf.ridingsteed = matches[3]
send(command, false)</script>
<command></command>
<packageName></packageName>
<regex>^(vault|mount|board) (\w+)$</regex>
<regex>^(vault|mount|board) ((\/|\w)+)$</regex>
</Alias>
<Alias isActive="yes" isFolder="no">
<name>(b *) Block a dir</name>
Expand Down

0 comments on commit 96103bc

Please sign in to comment.